]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/editors.h
Changed 'bool recursively' to 'int flags' argument (with default value of wxPG_RECURS...
[wxWidgets.git] / 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