X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e24c4e1238c48421fede03b81cfbe6525c31f07a..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/html/htmlcell.h diff --git a/interface/wx/html/htmlcell.h b/interface/wx/html/htmlcell.h index d84c683d75..aa542d657b 100644 --- a/interface/wx/html/htmlcell.h +++ b/interface/wx/html/htmlcell.h @@ -2,7 +2,6 @@ // Name: html/htmlcell.h // Purpose: interface of wxHtml*Cell // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -336,7 +335,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