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>2014-10-10 17:22:53 +0400
committerPhil Williams <philip.williams@mac.com>2014-10-10 17:22:53 +0400
commitee57e59f2bdd43982431133946c8af67085bd6c6 (patch)
treeafd7cedd670f5dfcf4a4ef7b6c855ca50b6acf28 /search/edge_generator.hh
parent19242df82b09ace7d716b15dc9d4b00fa137902d (diff)
Fix a few compiler warnings (from Clang mostly).
Diffstat (limited to 'search/edge_generator.hh')
-rw-r--r--search/edge_generator.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/edge_generator.hh b/search/edge_generator.hh
index 203942c6f..048f9f9ac 100644
--- a/search/edge_generator.hh
+++ b/search/edge_generator.hh
@@ -8,7 +8,7 @@
namespace lm {
namespace ngram {
-class ChartState;
+struct ChartState;
} // namespace ngram
} // namespace lm