diff options
author | nyamatongwe <devnull@localhost> | 2012-06-18 10:29:27 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-06-18 10:29:27 +1000 |
commit | 590808ff37ee5df9a868222d7e0fcbcd98aa1188 (patch) | |
tree | 2734144b4ddf9a0ddc67a747002ec894d0b1dc77 /src/PerLine.h | |
parent | 0d2bd5e004b657be9bd66e26161f1cf7299707ea (diff) | |
download | scintilla-mirror-590808ff37ee5df9a868222d7e0fcbcd98aa1188.tar.gz |
Remove marker only once for SCI_MARKERDELETE. Bug #3535806.
Diffstat (limited to 'src/PerLine.h')
-rw-r--r-- | src/PerLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PerLine.h b/src/PerLine.h index b43c52bb8..50ce1e551 100644 --- a/src/PerLine.h +++ b/src/PerLine.h @@ -37,7 +37,7 @@ public: bool Contains(int handle) const; bool InsertHandle(int handle, int markerNum); void RemoveHandle(int handle); - bool RemoveNumber(int markerNum); + bool RemoveNumber(int markerNum, bool all); void CombineWith(MarkerHandleSet *other); }; |