diff options
Diffstat (limited to 'lexlib/OptionSet.h')
-rw-r--r-- | lexlib/OptionSet.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lexlib/OptionSet.h b/lexlib/OptionSet.h index 2935a2089..b6fc07049 100644 --- a/lexlib/OptionSet.h +++ b/lexlib/OptionSet.h @@ -10,9 +10,7 @@ #ifndef OPTIONSET_H #define OPTIONSET_H -#ifdef SCI_NAMESPACE namespace Scintilla { -#endif template <typename T> class OptionSet { @@ -135,8 +133,6 @@ public: } }; -#ifdef SCI_NAMESPACE } -#endif #endif |