summaryrefslogtreecommitdiff
path: root/dtrain/score.h
diff options
context:
space:
mode:
Diffstat (limited to 'dtrain/score.h')
-rw-r--r--dtrain/score.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrain/score.h b/dtrain/score.h
index 85cd0317..5aceb81f 100644
--- a/dtrain/score.h
+++ b/dtrain/score.h
@@ -15,7 +15,7 @@ struct NgramCounts
map<unsigned, unsigned> clipped;
map<unsigned, unsigned> sum;
- NgramCounts(const unsigned N) : N_(N) { Zero(); }
+ NgramCounts(const unsigned N) : N_(N) { Zero(); }
inline void
operator+=(const NgramCounts& rhs)