X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce7af354a12de8cf0d80d27f6958c6ccd95f766..b2644cc3ccb41de07e2160857f1cc0c2a2069d79:/include/wx/univ/notebook.h diff --git a/include/wx/univ/notebook.h b/include/wx/univ/notebook.h index e5742ddc0f..3b3ef0c0c7 100644 --- a/include/wx/univ/notebook.h +++ b/include/wx/univ/notebook.h @@ -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 // --------------