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:
@@ -336,7 +336,8 @@ public:
|
|||||||
|
|
||||||
@since 3.0
|
@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
|
Returns pointer to the next cell in list (see htmlcell.h if you're
|
||||||
|
Reference in New Issue
Block a user