From 4a42ef938d5cc3b13f42b4a3f4e7310a6b5cbf4b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 13 Jul 2010 21:31:10 +1000 Subject: Changed files for new lexer design. --- lexlib/StyleContext.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lexlib/StyleContext.cxx') diff --git a/lexlib/StyleContext.cxx b/lexlib/StyleContext.cxx index 4a1f71622..cf59fdd24 100644 --- a/lexlib/StyleContext.cxx +++ b/lexlib/StyleContext.cxx @@ -9,10 +9,11 @@ #include #include #include +#include -#include "Platform.h" +#include "ILexer.h" -#include "PropSet.h" +#include "LexAccessor.h" #include "Accessor.h" #include "StyleContext.h" @@ -22,7 +23,7 @@ using namespace Scintilla; static void getRange(unsigned int start, unsigned int end, - Accessor &styler, + LexAccessor &styler, char *s, unsigned int len) { unsigned int i = 0; @@ -39,7 +40,7 @@ void StyleContext::GetCurrent(char *s, unsigned int len) { static void getRangeLowered(unsigned int start, unsigned int end, - Accessor &styler, + LexAccessor &styler, char *s, unsigned int len) { unsigned int i = 0; -- cgit v1.2.3