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 '\')