aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/WindowAccessor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-04-07 06:16:30 +0000
committernyamatongwe <devnull@localhost>2000-04-07 06:16:30 +0000
commit8cb3d80031a74c832b8a006562a9ef010f2cbe5e (patch)
tree150416e746154dae220db04abaa3e4bbf11cacff /include/WindowAccessor.h
parent6f034a2d0547f83a108e9035ce745bdd96824630 (diff)
downloadscintilla-mirror-8cb3d80031a74c832b8a006562a9ef010f2cbe5e.tar.gz
Accessor has a virtual destructor.
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 9f1750d52..9b09d9d08 100644
--- a/include/WindowAccessor.h
+++ b/include/WindowAccessor.h
@@ -20,6 +20,7 @@ public:
WindowAccessor(WindowID id_, PropSet &props_) :
id(id_), props(props_), lenDoc(-1), validLen(0), chFlags(0) {
}
+ ~WindowAccessor();
char StyleAt(int position);
int GetLine(int position);
int LineStart(int line);