X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2910855229d9f8c537ceb4dfd7247656a3bf5f9f..6c02c32922ecd6b3272c89669e3fe1304cd9dfac:/include/wx/os2/app.h diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index f5287d284c..35a8cc9440 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -21,7 +21,6 @@ #include #undef BYTE_ORDER #include -#include #define INCL_ORDERS #endif @@ -118,6 +117,7 @@ public: static void CleanUp(void); static bool RegisterWindowClasses(HAB vHab); + virtual void DoMessage(WXMSG *pMsg); virtual bool DoMessage(void); virtual bool ProcessMessage(WXMSG* pMsg); void DeletePendingObjects(void);