projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
"wxGDIObject * => &" related changes (see mail to the list)
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
choice.h
diff --git
a/include/wx/gtk1/choice.h
b/include/wx/gtk1/choice.h
index 7a86d158e46bdc5bd456b3434302c9edf25911a3..2dc5110aeb1f7085622b062aa78c67d4f3104b29 100644
(file)
--- a/
include/wx/gtk1/choice.h
+++ b/
include/wx/gtk1/choice.h
@@
-86,7
+86,8
@@
public:
// implementation
- wxList m_clientDataList;
+ wxList m_clientDataList;
+ wxList m_clientObjectList;
void AppendCommon( const wxString &item );
void ApplyWidgetStyle();