diff options
Diffstat (limited to 'lexiconparameters.h')
-rw-r--r-- | lexiconparameters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexiconparameters.h b/lexiconparameters.h index 4eda4f3..f29a589 100644 --- a/lexiconparameters.h +++ b/lexiconparameters.h @@ -88,7 +88,7 @@ protected: string m_lexiconName; LexiconInterpreter *m_interpreter; char m_hash[16]; - int m_wordcount; + int m_wordCount; vector<string> m_utf8Alphabet; LexiconInterpreter* createInterpreter(char version) const; |