aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPowerPro.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-04-24 02:28:05 +0000
committernyamatongwe <devnull@localhost>2009-04-24 02:28:05 +0000
commitba377a6555e9ce7565f1e2d6fde2b0fa912a957d (patch)
tree361ed514e708128f64ee816dc840797e497493aa /src/LexPowerPro.cxx
parent24796f9cd61426321ec102e1b795cd92e7a4f7e8 (diff)
downloadscintilla-mirror-ba377a6555e9ce7565f1e2d6fde2b0fa912a957d.tar.gz
Added using namespace for OS X build.
Diffstat (limited to 'src/LexPowerPro.cxx')
-rw-r--r--src/LexPowerPro.cxx3
1 files changed, 3 insertions, 0 deletions
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;