aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib
diff options
context:
space:
mode:
Diffstat (limited to 'lexlib')
-rw-r--r--lexlib/LexerBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/LexerBase.h b/lexlib/LexerBase.h
index 02fc34dc3..2998d2449 100644
--- a/lexlib/LexerBase.h
+++ b/lexlib/LexerBase.h
@@ -20,7 +20,7 @@ protected:
WordList *keyWordLists[numWordLists+1];
public:
LexerBase();
- ~LexerBase();
+ virtual ~LexerBase();
void SCI_METHOD Release();
int SCI_METHOD Version() const;
const char * SCI_METHOD PropertyNames();