diff options
Diffstat (limited to 'src/Selection.h')
-rw-r--r-- | src/Selection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.h b/src/Selection.h index 9e5372638..2c4ee120b 100644 --- a/src/Selection.h +++ b/src/Selection.h @@ -155,6 +155,7 @@ public: int InSelectionForEOL(int pos) const; int VirtualSpaceFor(int pos) const; void Clear(); + void RemoveDuplicates(); }; #ifdef SCI_NAMESPACE |