X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..33e294191341e3ac4ba257a1292991f5519a564e:/include/wx/dialog.h diff --git a/include/wx/dialog.h b/include/wx/dialog.h index 78e89ce307..a693f638ae 100644 --- a/include/wx/dialog.h +++ b/include/wx/dialog.h @@ -22,6 +22,9 @@ class WXDLLEXPORT wxDialogBase : public wxPanel { public: +#ifdef __WXMAC_X__ + ~wxDialogBase() {} // Added min for Mac X +#endif // the modal dialogs have a return code - usually the id of the last // pressed button void SetReturnCode(int returnCode) { m_returnCode = returnCode; }