X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/127eab18f80e5b298b8c0326609ed811035e6829..3ab296d9eb6d351eb1d2238f3e6ff2f5e6123861:/src/mgl/region.cpp diff --git a/src/mgl/region.cpp b/src/mgl/region.cpp index bd1da90543..f53a93131b 100644 --- a/src/mgl/region.cpp +++ b/src/mgl/region.cpp @@ -11,13 +11,17 @@ #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 @@ -41,7 +45,7 @@ public: m_region = data.m_region; } - ~wxRegionRefData() {} + virtual ~wxRegionRefData() {} MGLRegion m_region; };