aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/WindowAccessor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-05 13:49:29 +0000
committernyamatongwe <unknown>2000-07-05 13:49:29 +0000
commit98d06e492f36b02ea5f29f03952d184052fca220 (patch)
treeb034978dc28ba3572c8ac3866c1cdf5b45f6aaa9 /include/WindowAccessor.h
parentabe70b07bd9bec5d94ffc5ce72c5ee7613981ac8 (diff)
downloadscintilla-mirror-98d06e492f36b02ea5f29f03952d184052fca220.tar.gz
Fixed BoundsChecker warnings including some leaks.
Diffstat (limited to 'include/WindowAccessor.h')
-rw-r--r--include/WindowAccessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/WindowAccessor.h b/include/WindowAccessor.h
index 89a542e82..4f41dfc7f 100644
--- a/include/WindowAccessor.h
+++ b/include/WindowAccessor.h
@@ -22,7 +22,7 @@ protected:
public:
WindowAccessor(WindowID id_, PropSet &props_) :
Accessor(), id(id_), props(props_),
- lenDoc(-1), validLen(0), chFlags(0) {
+ lenDoc(-1), validLen(0), chFlags(0), chWhile(0) {
}
~WindowAccessor();
char StyleAt(int position);