From 73db4e112bd7ae310e07e447f9f697a8c331dab0 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 3 Jun 2014 06:25:05 +0000 Subject: [PATCH] CodeEditor: CSyntax private->protected git-svn-id: svn://ultimatepp.org/upp/trunk@7411 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CodeEditor/CSyntax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CodeEditor/CSyntax.h b/uppsrc/CodeEditor/CSyntax.h index a711bbd90..893bc957f 100644 --- a/uppsrc/CodeEditor/CSyntax.h +++ b/uppsrc/CodeEditor/CSyntax.h @@ -11,7 +11,7 @@ public: virtual void CheckSyntaxRefresh(CodeEditor& e, int pos, const WString& text); virtual Vector PickIfStack(); // TODO: Refactor? -private: +protected: bool comment; // we are in /* */ block comment bool linecomment; // we are in // line comment (because it can be continued by '\') bool string; // we are in string (becase it can be continued by '\')