CodeEditor: CSyntax private->protected

git-svn-id: svn://ultimatepp.org/upp/trunk@7411 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-06-03 06:25:05 +00:00
parent 31ee71d7a2
commit 73db4e112b

View file

@ -11,7 +11,7 @@ public:
virtual void CheckSyntaxRefresh(CodeEditor& e, int pos, const WString& text);
virtual Vector<IfState> 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 '\')