diff --git a/moses-cmd/Main.cpp b/moses-cmd/Main.cpp index 115e8b3fa..c9b8c5348 100644 --- a/moses-cmd/Main.cpp +++ b/moses-cmd/Main.cpp @@ -306,7 +306,7 @@ public: if (!staticData.UseMBR()) { bestHypo = manager.GetBestHypothesis(); if (bestHypo) { - if (StaticData::Instance().GetOutputHypoScore()) { + if (staticData..GetOutputHypoScore()) { out << bestHypo->GetTotalScore() << ' '; } if (staticData.IsPathRecoveryEnabled()) {