diff options
Diffstat (limited to 'src/LineMarker.cxx')
| -rw-r--r-- | src/LineMarker.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx index 6ded13c73..ab0511654 100644 --- a/src/LineMarker.cxx +++ b/src/LineMarker.cxx @@ -13,6 +13,10 @@  #include "XPM.h"  #include "LineMarker.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  void LineMarker::RefreshColourPalette(Palette &pal, bool want) {  	pal.WantFind(fore, want);  	pal.WantFind(back, want); | 
