]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/clrpicker.h
Use proper format in wxGTK clipboard selection handler.
[wxWidgets.git] / include / wx / gtk / clrpicker.h
index 19212882775bd94c77256fe6e969766b345886c6..7f80b7dd354d43d8cf1ca0dece01b5b86cf663dd 100644 (file)
@@ -52,8 +52,8 @@ protected:
 
 public:     // used by the GTK callback only
 
-    void SetGdkColor(const GdkColor& gdkColor)
-        { m_colour = wxColor(gdkColor); }
+    void GTKSetColour(const wxColour& colour)
+        { m_colour = colour; }
 
     wxWindow *m_topParent;