X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89be8239db1ae24f501ac68c5bcff3e5ca2efa84..3f7bc32b539472f7aa577ffa140e287b0dc4c90d:/include/wx/dialup.h diff --git a/include/wx/dialup.h b/include/wx/dialup.h index cfd3dd802b..ecd17efbe5 100644 --- a/include/wx/dialup.h +++ b/include/wx/dialup.h @@ -177,7 +177,7 @@ public: }; // the type of dialup event handler function -typedef void (wxObject::*wxDialUpEventFunction)(wxDialUpEvent&); +typedef void (wxEvtHandler::*wxDialUpEventFunction)(wxDialUpEvent&); // macros to catch dialup events #define EVT_DIALUP_CONNECTED(func) { wxEVT_DIALUP_CONNECTED, -1, -1, (wxObjectEventFunction) (wxEventFunction) (wxDialUpEventFunction) & func, NULL},