X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0a1e268851b67e2e758d11910fa991f6e8aa643..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk/clrpicker.h?ds=inline diff --git a/include/wx/gtk/clrpicker.h b/include/wx/gtk/clrpicker.h index 1921288277..4a375fb849 100644 --- a/include/wx/gtk/clrpicker.h +++ b/include/wx/gtk/clrpicker.h @@ -5,7 +5,6 @@ // Modified by: // Created: 14/4/2006 // Copyright: (c) Francesco Montorsi -// RCS-ID: $Id$ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// @@ -52,8 +51,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;