X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b02d42e37a2fc25e16644e5276ac3df22cd1690..89391a4ea111fcd1129d870e70fc0efc6e946fe9:/include/wx/msw/msgdlg.h diff --git a/include/wx/msw/msgdlg.h b/include/wx/msw/msgdlg.h index 1ed42ae17d..8fd4d7a4e3 100644 --- a/include/wx/msw/msgdlg.h +++ b/include/wx/msw/msgdlg.h @@ -59,7 +59,7 @@ private: WXHANDLE m_hook; // HHOOK used to position the message box DECLARE_DYNAMIC_CLASS(wxMessageDialog) - DECLARE_NO_COPY_CLASS(wxMessageDialog) + wxDECLARE_NO_COPY_CLASS(wxMessageDialog); };