]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
wxMenuBar::Insert() seems to work!
[wxWidgets.git] / include / wx / os2 / app.h
index 69974b6c55360406049b2a3dece9f6c8ce74c66c..effb025e8beee44fe6ab738189caef6867090baa 100644 (file)
@@ -22,6 +22,7 @@ class WXDLLEXPORT wxKeyEvent;
 class WXDLLEXPORT wxLog;
 
 WXDLLEXPORT_DATA(extern wxApp*) wxTheApp;
+HAB                             vHabmain;
 
 // Force an exit from main loop
 void WXDLLEXPORT wxExit(void);
@@ -100,7 +101,6 @@ protected:
 
     DECLARE_EVENT_TABLE()
 private:
-    HAB                             m_vHab;
     HMQ                             m_hMq;
     QMSG                            m_vMsg;
 };