diff options
Diffstat (limited to 'decoder/apply_models.cc')
-rw-r--r-- | decoder/apply_models.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/apply_models.cc b/decoder/apply_models.cc index 240bd12b..ba573984 100644 --- a/decoder/apply_models.cc +++ b/decoder/apply_models.cc @@ -18,7 +18,7 @@ using namespace std; using namespace std::tr1; struct Candidate; -typedef SmallVector JVector; +typedef SmallVectorInt JVector; typedef vector<Candidate*> CandidateHeap; typedef vector<Candidate*> CandidateList; |