]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
Add some basic tests for wxDataViewCtrl selection handling.
[wxWidgets.git] / include / wx / os2 / app.h
index 26716011af35f795c3d835a65815b6df0da983e5..cf33821234c76f3f5b8ea0a62df05110f5b9ae7d 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        app.h
+// Name:        wx/os2/app.h
 // Purpose:     wxApp class
 // Author:      David Webster
 // Modified by:
@@ -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_