]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
Added possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style.
[wxWidgets.git] / include / wx / dialog.h
index b594449b0304eb24b82944fddb79f98c92f96ac1..c96c015e7305c8d61d55c16a2c44b186061a956e 100644 (file)
@@ -22,8 +22,8 @@
 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