From f6ad671e48322e34cf23f75ea4abcff008a15e1a Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 1 May 2014 10:51:55 +1000 Subject: Consolidate insertion for paste into Editor class and perform line end conversion in Editor. --- src/Selection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Selection.h') diff --git a/src/Selection.h b/src/Selection.h index e84d3c32c..e7f62f061 100644 --- a/src/Selection.h +++ b/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; -- cgit v1.2.3