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:
authorHieu Hoang <hieuhoang@gmail.com>2013-07-07 01:42:52 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-07-07 01:42:52 +0400
commitecef376aedf046932d0697fa20a873db841e1a94 (patch)
tree45108cf9985d5f0f0c19aae7eaa3ea2558438ae2 /moses/TranslationOptionCollectionText.h
parent6a060abe74b521df9eb06d532bde1daa94d16bde (diff)
rename InputLatticeNode.h to InputPath.h
Diffstat (limited to 'moses/TranslationOptionCollectionText.h')
-rw-r--r--moses/TranslationOptionCollectionText.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationOptionCollectionText.h b/moses/TranslationOptionCollectionText.h
index 3ae062b00..d3810c798 100644
--- a/moses/TranslationOptionCollectionText.h
+++ b/moses/TranslationOptionCollectionText.h
@@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#define moses_TranslationOptionCollectionText_h
#include "TranslationOptionCollection.h"
-#include "InputLatticeNode.h"
+#include "InputPath.h"
#include <map>
#include <vector>