]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/app.cpp
Minor header cleaning.
[wxWidgets.git] / src / mgl / app.cpp
index bc64f28457d574e5282038e7dcedd9dc81839280..53c61fad168072b3ccb2a0abf70686aa7a39051d 100644 (file)
     #include "wx/dialog.h"
     #include "wx/log.h"
     #include "wx/intl.h"
+    #include "wx/module.h"
 #endif
 
 #include "wx/evtloop.h"
-#include "wx/module.h"
 #include "wx/fontutil.h"
 #include "wx/univ/theme.h"
 #include "wx/univ/renderer.h"
@@ -124,7 +124,7 @@ class wxRootWindow : public wxWindow
             SetMGLwindow_t(MGL_wmGetRootWindow(g_winMng));
             SetBackgroundColour(wxTHEME_COLOUR(DESKTOP));
         }
-        ~wxRootWindow()
+        virtual ~wxRootWindow()
         {
             // we don't want to delete MGL_WM's rootWnd
             m_wnd = NULL;