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:
authorKenneth Heafield <github@kheafield.com>2012-05-05 08:55:46 +0400
committerKenneth Heafield <github@kheafield.com>2012-05-05 08:55:46 +0400
commitf8d88920a1e0b2487429624f4a2c07ea717ee2aa (patch)
treeabd4327970556084a7c7777e09fa5bcef0a86caf /lm/quantize.hh
parent97cb9d7aaa29a23d421a5e873cb0ca85d47f8891 (diff)
KenLM b1daeaf for clang
Diffstat (limited to 'lm/quantize.hh')
-rw-r--r--lm/quantize.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lm/quantize.hh b/lm/quantize.hh
index 6d130a577..a81fe3aa2 100644
--- a/lm/quantize.hh
+++ b/lm/quantize.hh
@@ -16,7 +16,7 @@
namespace lm {
namespace ngram {
-class Config;
+struct Config;
/* Store values directly and don't quantize. */
class DontQuantize {