From 21cbbbff495c54b40a934d7ebaeaeccb3f81f42c Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Tue, 29 Dec 2015 16:49:38 +0000 Subject: [PATCH] minor compile error --- contrib/other-builds/moses2/Search/CubePruning/Search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/other-builds/moses2/Search/CubePruning/Search.cpp b/contrib/other-builds/moses2/Search/CubePruning/Search.cpp index 4c62a2c3b..60360ddc9 100644 --- a/contrib/other-builds/moses2/Search/CubePruning/Search.cpp +++ b/contrib/other-builds/moses2/Search/CubePruning/Search.cpp @@ -28,7 +28,7 @@ Search::Search(Manager &mgr) :Moses2::Search(mgr) ,m_stacks(mgr) ,m_queue(mgr.system.GetQueue()) -,m_seenPositions(MemPoolAllocator>(mgr.GetPool())) +,m_seenPositions(MemPoolAllocator >(mgr.GetPool())) { }