From 7b7af48a7681ab335ba2c53ffa48ab053ddf4c86 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 21 Jul 2009 09:05:43 +0000 Subject: Using a much simpler property set implementation. Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString. --- win32/ScintillaWin.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 34d013b7c..1b014e0a2 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -28,6 +28,7 @@ #ifdef SCI_LEXER #include "SciLexer.h" #include "PropSet.h" +#include "PropSetSimple.h" #include "Accessor.h" #include "KeyWords.h" #endif -- cgit v1.2.3