X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31c8af3abb1150658652f506e76af7fa1bb86898..2b760f0e7a072ea7a29cb7451ef9e60e6c4e1f05:/src/gtk/colour.cpp diff --git a/src/gtk/colour.cpp b/src/gtk/colour.cpp index 1b82a30b01..84c790a329 100644 --- a/src/gtk/colour.cpp +++ b/src/gtk/colour.cpp @@ -36,6 +36,7 @@ public: } wxColourRefData(const wxColourRefData& data) + : wxObjectRefData() { m_color = data.m_color; m_colormap = data.m_colormap;