diff options
Diffstat (limited to 'src/CellBuffer.h')
-rw-r--r-- | src/CellBuffer.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 9cece4854..e790a8196 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -8,6 +8,10 @@ #ifndef CELLBUFFER_H #define CELLBUFFER_H +#ifdef SCI_NAMESPACE +namespace Scintilla { +#endif + /** * This holds the marker identifier and the marker type to display. * MarkerHandleNumbers are members of lists. @@ -228,4 +232,8 @@ public: void ClearLevels(); }; +#ifdef SCI_NAMESPACE +} +#endif + #endif |