diff options
Diffstat (limited to 'src/LexConf.cxx')
| -rw-r--r-- | src/LexConf.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LexConf.cxx b/src/LexConf.cxx index c33cdb5ce..969275f92 100644 --- a/src/LexConf.cxx +++ b/src/LexConf.cxx @@ -23,6 +23,10 @@  #include "Scintilla.h"  #include "SciLexer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  static void ColouriseConfDoc(unsigned int startPos, int length, int, WordList *keywordLists[], Accessor &styler)  {  	int state = SCE_CONF_DEFAULT; | 
