aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-04-03 14:20:25 +0000
committernyamatongwe <unknown>2000-04-03 14:20:25 +0000
commit9babe727ae58180f27c35a35ffffc379f44d99ff (patch)
tree3b734fbcf4ecdc76f6f49dea3d89f9b72cf2f841 /src/Document.h
parentcfcca189a90b78bdae4ba75d09f10f756795fb85 (diff)
downloadscintilla-mirror-9babe727ae58180f27c35a35ffffc379f44d99ff.tar.gz
Added Mark's change to support changing the document from within the
read-only notification.
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Document.h b/src/Document.h
index 4c212b7bd..7ab187573 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -77,6 +77,7 @@ private:
int stylingMask;
int endStyled;
int enteredCount;
+ int enteredReadOnlyCount;
WatcherWithUserData *watchers;
int lenWatchers;