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:
parent
4c8acbdfd5
commit
65ebf13ab6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user