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/InputPath.h
parent3d8ac40e09d573eee1ed287a05165878121c7ae8 (diff)
get rid of some warnings
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index 1cffe79e3..d7993e08c 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -13,9 +13,9 @@ namespace Moses
class PhraseDictionary;
class TargetPhraseCollection;
class ScoreComponentCollection;
-class ScorePair;
class TargetPhrase;
class InputPath;
+struct ScorePair;
typedef std::list<InputPath*> InputPathList;