diff options
| -rw-r--r-- | src/Editor.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Editor.h b/src/Editor.h index 71953c298..e69778ab7 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -350,6 +350,7 @@ protected:	// ScintillaBase subclass needs access to much of Editor  	bool SelectionEmpty();  	int SelectionStart();  	int SelectionEnd(); +	void SetRectangularRange();  	void InvalidateSelection(int currentPos_, int anchor_);  	void SetSelection(int currentPos_, int anchor_);  	void SetSelection(int currentPos_); | 
