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