From 4585ad148b36aa737eb3d34da4f3e79da657a258 Mon Sep 17 00:00:00 2001 From: graehl Date: Fri, 16 Jul 2010 22:08:37 +0000 Subject: smallvector template git-svn-id: https://ws10smt.googlecode.com/svn/trunk@302 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/apply_models.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/apply_models.cc') 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 CandidateHeap; typedef vector CandidateList; -- cgit v1.2.3