]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
allow to specify the value for unknown ids in GetXRCID() (patch 1448981)
[wxWidgets.git] / include / wx / filefn.h
index 4189de1bf108966cff69854f5d41db45f39b9f10..3351115ba7014cb151b9d6fb31be7aeeeb70c2e6 100644 (file)
@@ -436,7 +436,7 @@ WXDLLIMPEXP_BASE bool wxCopyFile(const wxString& file1, const wxString& file2,
 WXDLLIMPEXP_BASE bool wxRemoveFile(const wxString& file);
 
 // Rename file
-WXDLLIMPEXP_BASE bool wxRenameFile(const wxString& file1, const wxString& file2);
+WXDLLIMPEXP_BASE bool wxRenameFile(const wxString& file1, const wxString& file2, bool overwrite = true);
 
 // Get current working directory.
 #if WXWIN_COMPATIBILITY_2_6