X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c02ef0be2f9d86cd46c2deb1b064a32b7828fcc7..8366ae934aab9f835747b0c2e456231e8795fe78:/include/wx/mac/msgdlg.h diff --git a/include/wx/mac/msgdlg.h b/include/wx/mac/msgdlg.h index 7fff51a61a..4d3c8ad02b 100644 --- a/include/wx/mac/msgdlg.h +++ b/include/wx/mac/msgdlg.h @@ -39,6 +39,12 @@ public: long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition); int ShowModal(); + + // not supported for message dialog, RR + virtual void DoSetSize(int x, int y, + int width, int height, + int sizeFlags = wxSIZE_AUTO) {} + }; #endif