From b4819fcaeabd1a53c3ce7d62a13f30bf9333a5e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 30 Sep 2001 22:59:34 +0000 Subject: [PATCH] fixed wxColour bug that broken wxUniv git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/colour.cpp | 1 - src/gtk1/colour.cpp | 1 - 2 files changed, 2 deletions(-) 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 ) -- 2.50.0