]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/notebook.h
compilation fix (extra semicolon)
[wxWidgets.git] / include / wx / univ / notebook.h
index e5742ddc0fab2bc8ff55459b21d4ebcbbf502d8f..3b3ef0c0c7be0da62871d58d5c8b4a08ee9a17fe 100644 (file)
@@ -105,8 +105,7 @@ public:
     // hit testing
     // -----------
 
-    // return the tab at this position or -1 if none
-    int HitTest(const wxPoint& pt) const;
+    virtual int HitTest(const wxPoint& pt, long *flags = NULL) const;
 
     // input handling
     // --------------