Fix interface definition of GetMouseCursorAt

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2013-07-17 19:25:13 +00:00
parent 4c8acbdfd5
commit 65ebf13ab6

View File

@ -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