diff options
Diffstat (limited to 'src/CallTip.h')
-rw-r--r-- | src/CallTip.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CallTip.h b/src/CallTip.h index 9848a10af..bdf1123c7 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -8,6 +8,10 @@ #ifndef CALLTIP_H #define CALLTIP_H +#ifdef SCI_NAMESPACE +namespace Scintilla { +#endif + /** */ class CallTip { @@ -76,4 +80,8 @@ public: void SetForeBack(const ColourPair &fore, const ColourPair &back); }; +#ifdef SCI_NAMESPACE +} +#endif + #endif |