diff options
Diffstat (limited to 'lexlib/PropSetSimple.h')
-rw-r--r-- | lexlib/PropSetSimple.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lexlib/PropSetSimple.h b/lexlib/PropSetSimple.h index 8ca741f03..91b170df3 100644 --- a/lexlib/PropSetSimple.h +++ b/lexlib/PropSetSimple.h @@ -8,9 +8,7 @@ #ifndef PROPSETSIMPLE_H #define PROPSETSIMPLE_H -#ifdef SCI_NAMESPACE namespace Scintilla { -#endif class PropSetSimple { void *impl; @@ -25,8 +23,6 @@ public: int GetInt(const char *key, int defaultValue=0) const; }; -#ifdef SCI_NAMESPACE } -#endif #endif |