diff options
author | nyamatongwe <devnull@localhost> | 2009-06-10 10:54:57 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-06-10 10:54:57 +0000 |
commit | 8b064ce4521a34da81beefe5c7b7743825a90b45 (patch) | |
tree | 36aad6126ec7825e48a4387c1dae29bbd53ec86c /src/Document.h | |
parent | 1dbec24d4f23053d0efa1c10ebb7fcafacea5ca4 (diff) | |
download | scintilla-mirror-8b064ce4521a34da81beefe5c7b7743825a90b45.tar.gz |
Clear out per-line data when all contents removed.
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 6ff6c2d71..19840315c 100644 --- a/src/Document.h +++ b/src/Document.h @@ -175,6 +175,7 @@ public: int AddRef(); int Release(); + virtual void Init(); virtual void InsertLine(int line); virtual void RemoveLine(int line); |