]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/colour.cpp
SWIGged updates for wxMSW
[wxWidgets.git] / src / gtk / colour.cpp
index 8ee81076b50c2e2492ccbc76742f9b1dbad43892..47af43accc01b8104a185dae14a22294e0fad5cd 100644 (file)
@@ -35,6 +35,13 @@ public:
         m_hasPixel = FALSE;
     }
     
+    wxColourRefData(const wxColourRefData& data)
+    {
+        m_color = data.m_color;
+        m_colormap = data.m_colormap;
+        m_hasPixel = data.m_hasPixel;
+    }
+
     ~wxColourRefData()
     {
         FreeColour();
@@ -158,6 +165,7 @@ void wxColour::InitFromName( const wxString &colourName )
     else
     {
         m_refData = new wxColourRefData();
+        
         if (!gdk_color_parse( colourName.mb_str(), &M_COLDATA->m_color ))
         {
             // VZ: asserts are good in general but this one is triggered by