]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing virtual dtor for wxPGMultiButton
authorJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 12 Jun 2009 14:01:25 +0000 (14:01 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 12 Jun 2009 14:01:25 +0000 (14:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/editors.h

index cf81fcee2bb502b3d3a9065e326b363f525cc9d9..37c22eb99ede3c22f07f467e0397132bad49ca22 100644 (file)
@@ -495,6 +495,7 @@ class WXDLLIMPEXP_PROPGRID wxPGMultiButton : public wxWindow
 {
 public:
     wxPGMultiButton( wxPropertyGrid* pg, const wxSize& sz );
+    virtual ~wxPGMultiButton() {}
 
     wxWindow* GetButton( unsigned int i ) { return (wxWindow*) m_buttons[i]; }
     const wxWindow* GetButton( unsigned int i ) const