diff options
Diffstat (limited to 'scintilla/src/Selection.h')
-rw-r--r-- | scintilla/src/Selection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scintilla/src/Selection.h b/scintilla/src/Selection.h index eb74481..4996702 100644 --- a/scintilla/src/Selection.h +++ b/scintilla/src/Selection.h @@ -156,7 +156,9 @@ public: size_t Main() const;
void SetMain(size_t r);
SelectionRange &Range(size_t r);
+ const SelectionRange &Range(size_t r) const;
SelectionRange &RangeMain();
+ const SelectionRange &RangeMain() const;
SelectionPosition Start() const;
bool MoveExtends() const;
void SetMoveExtends(bool moveExtends_);
|