aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-21 09:05:43 +0000
committernyamatongwe <devnull@localhost>2009-07-21 09:05:43 +0000
commitd6c7ef2346d60ad934231d6b4bf6d342b278a0d4 (patch)
tree6039e12ca6c8f447ca34fbe3c3b0195d4c3a2372 /gtk/ScintillaGTK.cxx
parent276e578482a2c83e16ac51d06058afa4213fccbc (diff)
downloadscintilla-mirror-d6c7ef2346d60ad934231d6b4bf6d342b278a0d4.tar.gz
Using a much simpler property set implementation.
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 2913003ba..2a8b057a2 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -26,6 +26,7 @@
#ifdef SCI_LEXER
#include "SciLexer.h"
#include "PropSet.h"
+#include "PropSetSimple.h"
#include "Accessor.h"
#include "KeyWords.h"
#endif