diff options
Diffstat (limited to 'src/Selection.h')
| -rw-r--r-- | src/Selection.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Selection.h b/src/Selection.h index e7f62f061..9e95fb043 100644 --- a/src/Selection.h +++ b/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_);  | 
