summaryrefslogtreecommitdiff
path: root/lexiconparameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexiconparameters.h')
-rw-r--r--lexiconparameters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexiconparameters.h b/lexiconparameters.h
index f29a589..d19f695 100644
--- a/lexiconparameters.h
+++ b/lexiconparameters.h
@@ -80,7 +80,8 @@ public:
}
const GaddagNode *gaddagRoot() const { return (GaddagNode *) &m_gaddag[0]; };
- UVString hashString(bool shortened) const;
+ string hashString(bool shortened) const;
+ string copyrightString() const;
protected:
unsigned char *m_dawg;
@@ -88,7 +89,6 @@ protected:
string m_lexiconName;
LexiconInterpreter *m_interpreter;
char m_hash[16];
- int m_wordCount;
vector<string> m_utf8Alphabet;
LexiconInterpreter* createInterpreter(char version) const;