]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gdiimage.h
turn off directshow by default for lib dependancy
[wxWidgets.git] / include / wx / msw / gdiimage.h
index 534c9fc99e758cb7152091c351ba7dc7f0101d54..97d81bbd9f4dd6d1ea289651e9412a48773cd368 100644 (file)
@@ -44,7 +44,7 @@ public:
         m_handle = 0;
     }
 
-    wxGDIImageRefData(const wxGDIImageRefData& data)
+    wxGDIImageRefData(const wxGDIImageRefData& data) : wxGDIRefData(data)
     {
         m_width = data.m_width;
         m_height = data.m_height;