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/LexPowerPro.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/LexPowerPro.cxx') diff --git a/src/LexPowerPro.cxx b/src/LexPowerPro.cxx index 095a6af1c..9320baf94 100644 --- a/src/LexPowerPro.cxx +++ b/src/LexPowerPro.cxx @@ -40,6 +40,9 @@ #include "SciLexer.h" #include "CharacterSet.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif static inline bool IsStreamCommentStyle(int style) { return style == SCE_POWERPRO_COMMENTBLOCK; -- cgit v1.2.3