aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Selection.h')
-rw-r--r--src/Selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.h b/src/Selection.h
index 499f83771..166e3fa71 100644
--- a/src/Selection.h
+++ b/src/Selection.h
@@ -172,6 +172,7 @@ public:
void AddSelection(SelectionRange range);
void AddSelectionWithoutTrim(SelectionRange range);
void DropSelection(size_t r);
+ void DropAdditionalRanges();
void TentativeSelection(SelectionRange range);
void CommitTentative();
int CharacterInSelection(int posCharacter) const;