]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/region.cpp
make it clear which GL(U) library we can't find in error messages, otherwise the...
[wxWidgets.git] / src / msw / region.cpp
index 4b88f32bd16458147a940aabb47cabb8891fe039..828fe82e649e681ba30671b66e3fe4ffdad91c99 100644 (file)
@@ -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);