summaryrefslogtreecommitdiffstats
path: root/scintilla/src/Selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/src/Selection.h')
-rw-r--r--scintilla/src/Selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/Selection.h b/scintilla/src/Selection.h
index b951224..eb74481 100644
--- a/scintilla/src/Selection.h
+++ b/scintilla/src/Selection.h
@@ -157,6 +157,7 @@ public:
void SetMain(size_t r);
SelectionRange &Range(size_t r);
SelectionRange &RangeMain();
+ SelectionPosition Start() const;
bool MoveExtends() const;
void SetMoveExtends(bool moveExtends_);
bool Empty() const;