From 6fae6aefecc1edb660f2946c7cf3cef0c69f1035 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 29 Apr 2003 13:23:31 +0000 Subject: Made DisplayCursor virtual so could be overridden by GTK+ platform code. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.h b/src/Editor.h index 2cc7930c4..f2a4c9ca9 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -419,7 +419,7 @@ protected: // ScintillaBase subclass needs access to much of Editor char *CopyRange(int start, int end); void CopySelectionRange(SelectionText *ss); void SetDragPosition(int newPos); - void DisplayCursor(Window::Cursor c); + virtual void DisplayCursor(Window::Cursor c); virtual void StartDrag(); void DropAt(int position, const char *value, bool moving, bool rectangular); /** PositionInSelection returns 0 if position in selection, -1 if position before selection, and 1 if after. -- cgit v1.2.3