X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d08943ee49205d7d184a514cdd40de182aaa1eb..69120ee48a66faa743b6e7c85a745806f53228ac:/src/msw/region.cpp diff --git a/src/msw/region.cpp b/src/msw/region.cpp index 4b88f32bd1..828fe82e64 100644 --- a/src/msw/region.cpp +++ b/src/msw/region.cpp @@ -48,7 +48,7 @@ public: m_region = 0; } - wxRegionRefData(const wxRegionRefData& data) + wxRegionRefData(const wxRegionRefData& data) : wxGDIRefData() { #if defined(__WIN32__) && !defined(__WXMICROWIN__) && !defined(__WXWINCE__) DWORD noBytes = ::GetRegionData(data.m_region, 0, NULL);