From: Václav Slavík Date: Sun, 30 Sep 2001 22:59:34 +0000 (+0000) Subject: fixed wxColour bug that broken wxUniv X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b4819fcaeabd1a53c3ce7d62a13f30bf9333a5e2 fixed wxColour bug that broken wxUniv git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/colour.cpp b/src/gtk/colour.cpp index 5c3e41d015..9ac38bff4b 100644 --- a/src/gtk/colour.cpp +++ b/src/gtk/colour.cpp @@ -133,7 +133,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxColour,wxGDIObject) wxColour::wxColour() { - m_refData = new wxColourRefData(); } wxColour::wxColour( unsigned char red, unsigned char green, unsigned char blue ) diff --git a/src/gtk1/colour.cpp b/src/gtk1/colour.cpp index 5c3e41d015..9ac38bff4b 100644 --- a/src/gtk1/colour.cpp +++ b/src/gtk1/colour.cpp @@ -133,7 +133,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxColour,wxGDIObject) wxColour::wxColour() { - m_refData = new wxColourRefData(); } wxColour::wxColour( unsigned char red, unsigned char green, unsigned char blue )