diff options
Diffstat (limited to 'src/Document.h')
-rw-r--r-- | src/Document.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Document.h b/src/Document.h index c13114b75..9143ec6e4 100644 --- a/src/Document.h +++ b/src/Document.h @@ -142,6 +142,7 @@ public: // Gateways to modifying document void ModifiedAt(int pos); + void CheckReadOnly(); bool DeleteChars(int pos, int len); bool InsertString(int position, const char *s, int insertLength); int Undo(); @@ -244,8 +245,6 @@ public: int BraceMatch(int position, int maxReStyle); private: - void CheckReadOnly(); - CharClassify::cc WordCharClass(unsigned char ch); bool IsWordStartAt(int pos); bool IsWordEndAt(int pos); |