]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialup.h
1. wxShell fixes: now really uses shell (it wasn't different from wxExecute!)
[wxWidgets.git] / include / wx / dialup.h
index cfd3dd802ba8ec9649044a89d001e446b569cadf..ecd17efbe5e2c918ea3a4b9fa05841c6b784d662 100644 (file)
@@ -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},