]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the...
[wxWidgets.git] / include / wx / os2 / app.h
index 26716011af35f795c3d835a65815b6df0da983e5..f4d6fe2fa0af3f5adf52c139589e0daa06084eaf 100644 (file)
@@ -110,15 +110,13 @@ public:
     // Implementation
     static bool  RegisterWindowClasses(HAB vHab);
 
-    virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
-
 public:
     int                             m_nCmdShow;
     HMQ                             m_hMq;
 
 protected:
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxApp)
+    wxDECLARE_NO_COPY_CLASS(wxApp);
 };
 #endif
     // _WX_APP_H_