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())) { }