diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Editor.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/Editor.h b/src/Editor.h index 388053777..da4787b0a 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -356,8 +356,8 @@ protected:	// ScintillaBase subclass needs access to much of Editor  	void SetTopLine(int topLineNew);  	bool AbandonPaint(); -	void RedrawRect(PRectangle rc); -	void Redraw(); +	virtual void RedrawRect(PRectangle rc); +	virtual void Redraw();  	void RedrawSelMargin(int line=-1, bool allAfter=false);  	PRectangle RectangleFromRange(int start, int end);  	void InvalidateRange(int start, int end); | 
