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:
authorPhil Williams <philip.williams@mac.com>2015-11-27 15:20:38 +0300
committerPhil Williams <philip.williams@mac.com>2015-11-27 15:20:38 +0300
commit7375d81e163d3c706302150d6bb3f07f7dda0db5 (patch)
tree864d223a2bad6559069ed7235598c0e010aeadcd /moses/Hypothesis.h
parentb0e7d30fc6acd755c1c47b037ebc761b2d03929b (diff)
Fix a few compiler warnings (clang)
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index cd26f5a2d..129d241f3 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -50,7 +50,7 @@ class FFState;
class StatelessFeatureFunction;
class StatefulFeatureFunction;
class Manager;
-class ReportingOptions;
+struct ReportingOptions;
typedef std::vector<Hypothesis*> ArcList;