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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses/src/Sentence.cpp')
-rw-r--r--moses/src/Sentence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/src/Sentence.cpp b/moses/src/Sentence.cpp
index 8f497f4ab..08a4f2b4c 100644
--- a/moses/src/Sentence.cpp
+++ b/moses/src/Sentence.cpp
@@ -34,7 +34,7 @@ namespace Moses
{
Sentence::Sentence(FactorDirection direction)
- : Phrase(direction, 0)
+ : Phrase(0)
, InputType()
{
CHECK(direction == Input);