class WXDLLEXPORT wxDialogBase : public wxPanel
{
public:
-#ifdef __WXMAC_X__
- ~wxDialogBase() {} // Added min for Mac X
+#ifdef __DARWIN__
+ ~wxDialogBase() { }
#endif
// the modal dialogs have a return code - usually the id of the last
// pressed button