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-09-22 20:24:32 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-22 20:24:32 +0400
commite6f53d83c2b48c3995b6230c43ae0221595ee529 (patch)
tree7fdb5a57bdea786dfd5d756f21127bd985518664 /moses/XmlOption.h
parent3d8ac40e09d573eee1ed287a05165878121c7ae8 (diff)
get rid of some warnings
Diffstat (limited to 'moses/XmlOption.h')
-rw-r--r--moses/XmlOption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/XmlOption.h b/moses/XmlOption.h
index 9219754b1..a08425b84 100644
--- a/moses/XmlOption.h
+++ b/moses/XmlOption.h
@@ -5,12 +5,12 @@
#include <string>
#include "WordsRange.h"
#include "TargetPhrase.h"
-#include "ReorderingConstraint.h"
namespace Moses
{
class TranslationOption;
+class ReorderingConstraint;
/** This struct is used for storing XML force translation data for a given range in the sentence
*/