summaryrefslogtreecommitdiff
path: root/lexiconparameters.h
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-10-13 12:00:13 -0500
committerJohn Fultz <jfultz@wolfram.com>2015-10-13 12:00:13 -0500
commitef4273ba47a2da9cea0aed59235e2d0a86bb8d7e (patch)
treeac58ba972ceee9f3c0079e17e8288a2d7eef8913 /lexiconparameters.h
parent6339dec22e2190fd341500206c80425593324bdc (diff)
Saving custom dictionaries now really works.
* Fix a number of remaining bugs in the lexicon dialog. * Fix an error reading the v1 DAWG. * Improve the word counting mechanism. * Make sure the lexicn dialog properly selects and loads its dictionary after it's done. * Implement deleting of user dictionaries. * Clean up dictionary info text in lexicon dialog. * Disable gaddag generation...still have to fix that up to happen at sensible times and with user notification.
Diffstat (limited to 'lexiconparameters.h')
-rw-r--r--lexiconparameters.h2
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;