]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/filedlg.h
tidied up patch 583937 (wxClassInfo dtor)
[wxWidgets.git] / include / wx / mac / filedlg.h
index be26bc025048c225e98bf0243b0e7720af8a8d87..c0b724ecbb519782682d0fddd74111507bce2885 100644 (file)
@@ -65,9 +65,9 @@ public:
     int ShowModal();
     
     // not supported for file dialog, RR
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO) {}
+    virtual void DoSetSize(int WXUNUSED(x), int WXUNUSED(y),
+                           int WXUNUSED(width), int WXUNUSED(height),
+                           int WXUNUSED(sizeFlags) = wxSIZE_AUTO) {}
 
 };