diff --git a/include/wx/mac/filedlg.h b/include/wx/mac/filedlg.h index 1ce921758e..be26bc0250 100644 --- a/include/wx/mac/filedlg.h +++ b/include/wx/mac/filedlg.h @@ -63,6 +63,12 @@ public: inline int GetFilterIndex() const { return m_filterIndex ; } int ShowModal(); + + // not supported for file dialog, RR + virtual void DoSetSize(int x, int y, + int width, int height, + int sizeFlags = wxSIZE_AUTO) {} + }; #define wxOPEN 0x0001