]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dialog.h
Fix SetItemCount bug with adding items, a blind fix for generic control dnd issues...
[wxWidgets.git] / include / wx / mac / carbon / dialog.h
index aadb9849b702d27b4e595316ed496453f17dfe17..5fa0912f67b5fdb501bf203224e661de0aff6896 100644 (file)
@@ -58,7 +58,7 @@ public:
                 long style = wxDEFAULT_DIALOG_STYLE,
                 const wxString& name = wxDialogNameStr);
 
-    ~wxDialog();
+    virtual ~wxDialog();
 
 //    virtual bool Destroy();
     virtual bool Show(bool show = true);