projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tidy up includes and #if wxUSE statements.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
clrpicker.h
diff --git
a/include/wx/gtk/clrpicker.h
b/include/wx/gtk/clrpicker.h
index 5a301ad9b6bf012cac563a7e4e601948004ae3b0..3998ca027dd4ff50fc7d3e2c431c7be01ac9f04e 100644
(file)
--- 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;