]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/colour.cpp
Fix for the irksome, 'Details' sizing bug. Or at least a patch on a hornet's
[wxWidgets.git] / src / gtk / colour.cpp
index 1b82a30b01a39f2cfce2d81c7b5ea25b7aa70792..84c790a329fcea1dbd7299c85b0355ce1c6054de 100644 (file)
@@ -36,6 +36,7 @@ public:
     }
     
     wxColourRefData(const wxColourRefData& data)
+        : wxObjectRefData()
     {
         m_color = data.m_color;
         m_colormap = data.m_colormap;