projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added wxMiniFrame
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
combobox.h
diff --git
a/include/wx/gtk1/combobox.h
b/include/wx/gtk1/combobox.h
index e4b7d5e610f4abea3e355e65270c3a391c946fad..472aec940f5e8eeff244666933835a0b3b285834 100644
(file)
--- a/
include/wx/gtk1/combobox.h
+++ b/
include/wx/gtk1/combobox.h
@@
-106,6
+106,7
@@
public:
bool m_alreadySent;
wxList m_clientDataList;
+ wxList m_clientObjectList;
void AppendCommon( const wxString &item );
GtkWidget* GetConnectWidget();