diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 0ce6f27fb..a31777611 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -8,6 +8,10 @@ #ifndef EDITOR_H #define EDITOR_H +#ifdef SCI_NAMESPACE +namespace Scintilla { +#endif + /** */ class Caret { @@ -585,4 +589,8 @@ public: } }; +#ifdef SCI_NAMESPACE +} +#endif + #endif |