X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd95f7e65c4e1ee61a5d90eb13687ff468cb13ad..cbef7338c1c7763042704c74d5ee6f62c7e10733:/include/wx/msw/panel.h diff --git a/include/wx/msw/panel.h b/include/wx/msw/panel.h index 5073fe30ba..4761192d66 100644 --- a/include/wx/msw/panel.h +++ b/include/wx/msw/panel.h @@ -34,6 +34,8 @@ public: Create(parent, winid, pos, size, style, name); } + virtual ~wxPanel(); + // This is overridden for MSW to return true for all panels that are child // of a window with themed background (such as wxNotebook) which should // show through the child panels.