X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c757b5fee093bbc3686f1e474316396b742fb888..45c64b28bad0a8a76f7cbb1413ad6d64fc71eb66:/include/wx/gtk/clrpicker.h diff --git a/include/wx/gtk/clrpicker.h b/include/wx/gtk/clrpicker.h index 5a301ad9b6..3998ca027d 100644 --- a/include/wx/gtk/clrpicker.h +++ b/include/wx/gtk/clrpicker.h @@ -57,8 +57,8 @@ protected: public: // used by the GTK callback only - GdkColor *GetGdkColor() const - { return m_colour.GetColor(); } + void SetGdkColor(const GdkColor& gdkColor) + { m_colour = wxColor(gdkColor); } wxWindow *m_topParent;