diff options
Diffstat (limited to 'src/Indicator.h')
-rw-r--r-- | src/Indicator.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Indicator.h b/src/Indicator.h index cebc22d80..2081db544 100644 --- a/src/Indicator.h +++ b/src/Indicator.h @@ -8,6 +8,10 @@ #ifndef INDICATOR_H #define INDICATOR_H +#ifdef SCI_NAMESPACE +namespace Scintilla { +#endif + /** */ class Indicator { @@ -20,4 +24,8 @@ public: void Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine); }; +#ifdef SCI_NAMESPACE +} +#endif + #endif |