]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/colour.cpp
show the standard wxWin fonts (modified patch 530698)
[wxWidgets.git] / src / x11 / colour.cpp
index dfe438e1c4d0b76c99aff7ef6420e7655f3bddac..cf8431a8cc19e7dee3d20340a589b9903a6675ed 100644 (file)
@@ -35,6 +35,13 @@ public:
         m_colormap = (WXColormap *) NULL;
         m_hasPixel = FALSE;
     }
+    wxColourRefData(const wxColourRefData& data):
+        wxObjectRefData()
+    {
+        m_color = data.m_color;
+        m_colormap = data.m_colormap;
+        m_hasPixel = data.m_hasPixel;
+    }
     
     ~wxColourRefData()
     {