From 12f34171596a9bcc7d4ae9713d994836fcd0d5b3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 20 Apr 2006 16:25:13 +0000 Subject: [PATCH] LaTeX syntax error in wxRenameFile fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 0164792561..78ae7251df 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1215,7 +1215,7 @@ Removes \arg{file}, returning true if successful. \membersection{::wxRenameFile}\label{wxrenamefile} -\func{bool}{wxRenameFile}{\param{const wxString\& }{file1}, \param{const wxString\& }{file2}, \param{bool overwrite = true}} +\func{bool}{wxRenameFile}{\param{const wxString\& }{file1}, \param{const wxString\& }{file2}, \param{bool }{overwrite = true}} Renames \arg{file1} to \arg{file2}, returning true if successful. -- 2.45.2