diff options
Diffstat (limited to 'lexlib/LexerBase.h')
-rw-r--r-- | lexlib/LexerBase.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lexlib/LexerBase.h b/lexlib/LexerBase.h index b0c50813c..ae8096591 100644 --- a/lexlib/LexerBase.h +++ b/lexlib/LexerBase.h @@ -8,9 +8,7 @@ #ifndef LEXERBASE_H #define LEXERBASE_H -#ifdef SCI_NAMESPACE namespace Scintilla { -#endif // A simple lexer with no state class LexerBase : public ILexer4 { @@ -50,8 +48,6 @@ public: const char * SCI_METHOD DescriptionOfStyle(int style) override; }; -#ifdef SCI_NAMESPACE } -#endif #endif |