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
path: root/moses/FF
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/FF
parentb0e7d30fc6acd755c1c47b037ebc761b2d03929b (diff)
Fix a few compiler warnings (clang)
Diffstat (limited to 'moses/FF')
-rw-r--r--moses/FF/StatefulFeatureFunction.h2
-rw-r--r--moses/FF/StatelessFeatureFunction.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/moses/FF/StatefulFeatureFunction.h b/moses/FF/StatefulFeatureFunction.h
index 5c8c2bbd6..cafa2c469 100644
--- a/moses/FF/StatefulFeatureFunction.h
+++ b/moses/FF/StatefulFeatureFunction.h
@@ -10,7 +10,7 @@ class FFState;
namespace Syntax
{
-class SHyperedge;
+struct SHyperedge;
}
/** base class for all stateful feature functions.
diff --git a/moses/FF/StatelessFeatureFunction.h b/moses/FF/StatelessFeatureFunction.h
index 8cd754583..a364a811f 100644
--- a/moses/FF/StatelessFeatureFunction.h
+++ b/moses/FF/StatelessFeatureFunction.h
@@ -8,7 +8,7 @@ namespace Moses
namespace Syntax
{
-class SHyperedge;
+struct SHyperedge;
}
/** base class for all stateless feature functions.