From 65ebf13ab624c3be98a9c4028fc107a1e9ec4a9c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 17 Jul 2013 19:25:13 +0000 Subject: [PATCH] Fix interface definition of GetMouseCursorAt git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/html/htmlcell.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/wx/html/htmlcell.h b/interface/wx/html/htmlcell.h index d84c683d75..e5312ee9e7 100644 --- a/interface/wx/html/htmlcell.h +++ b/interface/wx/html/htmlcell.h @@ -336,7 +336,8 @@ public: @since 3.0 */ - virtual wxCursor GetMouseCursorAt(wxHtmlWindowInterface* window) const; + virtual wxCursor GetMouseCursorAt(wxHtmlWindowInterface* window, + const wxPoint& rePos) const; /** Returns pointer to the next cell in list (see htmlcell.h if you're -- 2.45.2