diff options
author | nyamatongwe <devnull@localhost> | 2000-04-03 14:20:25 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-03 14:20:25 +0000 |
commit | 943cf3a48da52953c1f2377d9e412ae81b79b5e0 (patch) | |
tree | 3b734fbcf4ecdc76f6f49dea3d89f9b72cf2f841 /src/Document.h | |
parent | 0d64f2cfa2f14d8f7fe0694616bb7ff9ceff9a09 (diff) | |
download | scintilla-mirror-943cf3a48da52953c1f2377d9e412ae81b79b5e0.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.h | 1 |
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; |