diff options
Diffstat (limited to 'include/KeyWords.h')
-rw-r--r-- | include/KeyWords.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/KeyWords.h b/include/KeyWords.h index df4e870c5..cc81b73df 100644 --- a/include/KeyWords.h +++ b/include/KeyWords.h @@ -29,6 +29,8 @@ public: LexerModule(int language_, LexerFunction fnLexer_, const char *languageName_=0, LexerFunction fnFolder_=0, const char * const wordListDescriptions_[] = NULL); + virtual ~LexerModule() { + } int GetLanguage() const { return language; } // -1 is returned if no WordList information is available |