]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
second part of Markus' BC++ fix
[wxWidgets.git] / include / wx / dialog.h
index 78e89ce307f63006304cc34859eafa9a75b007be..a693f638ae4631171ae0d2f77633a08e215b2ccb 100644 (file)
@@ -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; }