]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix interface definition of GetMouseCursorAt
authorRobin Dunn <robin@alldunn.com>
Wed, 17 Jul 2013 19:25:13 +0000 (19:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 17 Jul 2013 19:25:13 +0000 (19:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/html/htmlcell.h

index d84c683d750f57cd325de757b65701eeb01b2e23..e5312ee9e71e8ed71c69422ba91d77958c52961f 100644 (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