diff options
Diffstat (limited to 'lexlib/Accessor.h')
-rw-r--r-- | lexlib/Accessor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lexlib/Accessor.h b/lexlib/Accessor.h index 00b2a54da..8fc3f641a 100644 --- a/lexlib/Accessor.h +++ b/lexlib/Accessor.h @@ -8,9 +8,7 @@ #ifndef ACCESSOR_H #define ACCESSOR_H -#ifdef SCI_NAMESPACE namespace Scintilla { -#endif enum { wsSpace=1, wsTab=2, wsSpaceTab=4, wsInconsistent=8 }; @@ -28,8 +26,6 @@ public: int IndentAmount(Sci_Position line, int *flags, PFNIsCommentLeader pfnIsCommentLeader = 0); }; -#ifdef SCI_NAMESPACE } -#endif #endif |