From ba377a6555e9ce7565f1e2d6fde2b0fa912a957d 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/LexTACL.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/LexTACL.cxx') diff --git a/src/LexTACL.cxx b/src/LexTACL.cxx index 9259e770c..b0c12440d 100644 --- a/src/LexTACL.cxx +++ b/src/LexTACL.cxx @@ -23,6 +23,10 @@ #include "SciLexer.h" #include "StyleContext.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + inline bool isTACLoperator(char ch) { return ch == '\'' || isoperator(ch); -- cgit v1.2.3