]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/dialog.h
Buffered DCs now take non-const bitmaps
[wxWidgets.git] / include / wx / mac / classic / dialog.h
index c1e0c03e45f1d39fa1584bd77767c70e68fc67a1..169abdf2ba698a925e3d55fb906582fc7edd5711 100644 (file)
@@ -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);