aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/WindowAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/WindowAccessor.h')
-rw-r--r--include/WindowAccessor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/WindowAccessor.h b/include/WindowAccessor.h
index 7fd8e30fd..6c16b150f 100644
--- a/include/WindowAccessor.h
+++ b/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);