diff options
Diffstat (limited to 'include/clang/Lex/PreprocessorLexer.h')
-rw-r--r-- | include/clang/Lex/PreprocessorLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Lex/PreprocessorLexer.h b/include/clang/Lex/PreprocessorLexer.h index 12a0cef992..bbe6dbeeac 100644 --- a/include/clang/Lex/PreprocessorLexer.h +++ b/include/clang/Lex/PreprocessorLexer.h @@ -60,6 +60,7 @@ protected: friend class Preprocessor; PreprocessorLexer() {} + virtual ~PreprocessorLexer(); virtual void IndirectLex(Token& Result) = 0; |