projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Compile fix for --enable-stl.
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
choice.h
diff --git
a/include/wx/gtk1/choice.h
b/include/wx/gtk1/choice.h
index 7369005ed9cc532700e0a0a090f8090e70dd2fda..01539cbf1007e4ee62c78326c37c66a6718bae4d 100644
(file)
--- a/
include/wx/gtk1/choice.h
+++ b/
include/wx/gtk1/choice.h
@@
-45,7
+45,7
@@
public:
Create(parent, id, pos, size, choices, style, validator, name);
}
Create(parent, id, pos, size, choices, style, validator, name);
}
- ~wxChoice();
+
virtual
~wxChoice();
bool Create( wxWindow *parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
bool Create( wxWindow *parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,