]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/msgdlg.h
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / include / wx / mac / msgdlg.h
index 7fff51a61a851e4c24df2e4beb347abb21f5b026..4d3c8ad02ba53a262aff0b48d8abb258eb30209e 100644 (file)
@@ -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