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