diff options
Diffstat (limited to 'lexiconparameters.h')
-rw-r--r-- | lexiconparameters.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lexiconparameters.h b/lexiconparameters.h index d19f695..f41cf55 100644 --- a/lexiconparameters.h +++ b/lexiconparameters.h @@ -82,6 +82,7 @@ public: string hashString(bool shortened) const; string copyrightString() const; + const vector<string> &utf8Alphabet() const { return m_utf8Alphabet; }; protected: unsigned char *m_dawg; |