From d6c7ef2346d60ad934231d6b4bf6d342b278a0d4 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. --- gtk/ScintillaGTK.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk') 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 -- cgit v1.2.3