]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmlcell.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / html / htmlcell.h
index d84c683d750f57cd325de757b65701eeb01b2e23..aa542d657b605044e0bb4da0e92f211034806aff 100644 (file)
@@ -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