From 8a33757a4e0cc4ad9e533bef70823cbdb1373304 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 24 Apr 2009 02:30:39 +0000 Subject: Added namespace defintion to PerLine.h and using namespace in CellBuffer.cxx to make build on OS X. --- src/CellBuffer.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/CellBuffer.cxx') diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index ae0696662..1db0d7d0a 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -17,6 +17,10 @@ #include "Partitioning.h" #include "CellBuffer.h" +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif + LineVector::LineVector() : starts(256) { Init(); } -- cgit v1.2.3