X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41285bc82f2e1df2fb99e3a77b4577aa36f860e9..e143fb636d50d5802dcc8c7c2e9e8e2944afa467:/include/wx/msgdlg.h diff --git a/include/wx/msgdlg.h b/include/wx/msgdlg.h index 8645691499..7c4329fa39 100644 --- a/include/wx/msgdlg.h +++ b/include/wx/msgdlg.h @@ -186,7 +186,7 @@ protected: m_caption; long m_dialogStyle; - DECLARE_NO_COPY_CLASS(wxMessageDialogBase) + wxDECLARE_NO_COPY_CLASS(wxMessageDialogBase); }; // this is a helper class for native wxMessageDialog implementations which need @@ -290,7 +290,7 @@ private: m_ok, m_cancel; - DECLARE_NO_COPY_CLASS(wxMessageDialogWithCustomLabels) + wxDECLARE_NO_COPY_CLASS(wxMessageDialogWithCustomLabels); }; #endif // ports needing wxMessageDialogWithCustomLabels