diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |