projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed wxString::Last() to run in O(1), not O(n), in UTF-8 build
[wxWidgets.git]
/
include
/
wx
/
os2
/
tabctrl.h
diff --git
a/include/wx/os2/tabctrl.h
b/include/wx/os2/tabctrl.h
index b07e5a73c5e94d6246c5ac60d2faaba79316314f..40049d332583f66f8b6a9d2b2b4e82b0e1eeb53f 100644
(file)
--- a/
include/wx/os2/tabctrl.h
+++ b/
include/wx/os2/tabctrl.h
@@
-38,7
+38,7
@@
class WXDLLEXPORT wxTabCtrl: public wxControl
{
Create(parent, id, pos, size, style, name);
}
- ~wxTabCtrl();
+
virtual
~wxTabCtrl();
// Accessors