projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxDC::Set/GetLayoutDirection() and implemented it for wxMSW (patch from Tim...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
combobox.h
diff --git
a/include/wx/gtk/combobox.h
b/include/wx/gtk/combobox.h
index e74e589182c1ca11333d6341e627a3a8922c3ed0..f8540a2bd88658b698df0a8788e46e6c615a80df 100644
(file)
--- a/
include/wx/gtk/combobox.h
+++ b/
include/wx/gtk/combobox.h
@@
-42,7
+42,7
@@
public:
Create(parent, id, value, pos, size, choices, style, validator, name);
}
- ~wxComboBox();
+
virtual
~wxComboBox();
bool Create(wxWindow *parent, wxWindowID id,
const wxString& value = wxEmptyString,