]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/msgdlg.h
Cocoa text fields and views have their own context menus, so we should use those...
[wxWidgets.git] / include / wx / cocoa / msgdlg.h
index a490cf49d6674e684a99d5ce3744a6d10ea5e184..90cfdc23e97e9d85e5c10949c77378bc84a5c453 100644 (file)
@@ -64,7 +64,7 @@ protected:
     virtual void DoSetCustomLabel(wxString& var, const ButtonLabel& label);
 
     DECLARE_DYNAMIC_CLASS(wxCocoaMessageDialog)
-    DECLARE_NO_COPY_CLASS(wxCocoaMessageDialog)
+    wxDECLARE_NO_COPY_CLASS(wxCocoaMessageDialog);
 };
 
 #endif // _WX_MSGDLG_H_