X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dea83db4c49305609f43b5d37855c6e26df8126c..916af76f40555e9d2548a1538e2a5563222ea373:/include/wx/mac/classic/dialog.h diff --git a/include/wx/mac/classic/dialog.h b/include/wx/mac/classic/dialog.h index c1e0c03e45..169abdf2ba 100644 --- a/include/wx/mac/classic/dialog.h +++ b/include/wx/mac/classic/dialog.h @@ -14,9 +14,9 @@ #include "wx/panel.h" -WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr; +WXDLLEXPORT_DATA(extern const wxChar) wxDialogNameStr[]; -class WXDLLEXPORT wxMacToolTip ; +class WXDLLEXPORT wxMacToolTip; // Dialog boxes class WXDLLEXPORT wxDialog : public wxDialogBase @@ -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);