Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/amun/common/search.h')
-rw-r--r--src/amun/common/search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amun/common/search.h b/src/amun/common/search.h
index 4aec6068..c03a54bf 100644
--- a/src/amun/common/search.h
+++ b/src/amun/common/search.h
@@ -41,7 +41,7 @@ class Search {
const unsigned maxBeamSize_;
bool normalizeScore_;
Words filterIndices_;
- BestHypsBasePtr bestHyps_;
+ BaseBestHypsPtr bestHyps_;
std::vector<unsigned> activeCount_;
void BatchStats();