From 1746ffb8f8378671f828fb70a5b30f44db83c79c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 24 Apr 2009 02:28:05 +0000 Subject: Added using namespace for OS X build. --- src/LexTAL.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/LexTAL.cxx') diff --git a/src/LexTAL.cxx b/src/LexTAL.cxx index a856dc5f6..a76a296d6 100644 --- a/src/LexTAL.cxx +++ b/src/LexTAL.cxx @@ -23,6 +23,10 @@ #include "SciLexer.h" #include "StyleContext.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + inline bool isTALoperator(char ch) { return ch == '\'' || ch == '@' || ch == '#' || isoperator(ch); -- cgit v1.2.3