X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65ec6247df6af7b6489257b1ac04ca2242dc14ec..80a779275ae04443c568dca919adb26cf6f5002c:/src/stc/scintilla/include/WindowAccessor.h?ds=inline diff --git a/src/stc/scintilla/include/WindowAccessor.h b/src/stc/scintilla/include/WindowAccessor.h index 7fd8e30fd7..6c16b150f2 100644 --- a/src/stc/scintilla/include/WindowAccessor.h +++ b/src/stc/scintilla/include/WindowAccessor.h @@ -31,6 +31,7 @@ public: lenDoc(-1), validLen(0), chFlags(0), chWhile(0) { } ~WindowAccessor(); + bool Match(int pos, const char *s); char StyleAt(int position); int GetLine(int position); int LineStart(int line);