]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/dialog.h
translate "Copy URL" string in the popup menu (feature request 1803958) (should have...
[wxWidgets.git] / include / wx / cocoa / dialog.h
index aef976203a621bd269d5f0182a44160b3cab09b6..6de08332a3edb72e32cf8edda9a66b83f97216d6 100644 (file)
@@ -17,8 +17,6 @@
 #include "wx/panel.h"
 #include "wx/cocoa/NSPanel.h"
 
-WXDLLEXPORT_DATA(extern const wxChar) wxDialogNameStr[];
-
 // ========================================================================
 // wxDialog
 // ========================================================================
@@ -65,7 +63,7 @@ public:
                 long style = wxDEFAULT_DIALOG_STYLE,
                 const wxString& name = wxDialogNameStr);
 
-    ~wxDialog();
+    virtual ~wxDialog();
 protected:
     void Init();