]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/region.cpp
Commit patch [ 1559950 ] fix mem leaks in wx{Dir|File}Dialog
[wxWidgets.git] / src / mgl / region.cpp
index 78b688a6cb41bdeba3833be88d571aab198b2ded..f53a93131be59a8d402801bd7b579f0dcee3e3ce 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #include "wx/region.h"
 
-#include "wx/gdicmn.h"
+#ifndef WX_PRECOMP
+    #include "wx/gdicmn.h"
+    #include "wx/module.h"
+#endif
+
 #include "wx/thread.h"
-#include "wx/module.h"
 
 #include <mgraph.hpp>
 
@@ -42,7 +45,7 @@ public:
         m_region = data.m_region;
     }
 
-    ~wxRegionRefData() {}
+    virtual ~wxRegionRefData() {}
 
     MGLRegion m_region;
 };