diff options
Diffstat (limited to 'src/CellBuffer.cxx')
| -rw-r--r-- | src/CellBuffer.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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();  } | 
