From ce6c1584e6d7a90daa1957fe855a490f3501b637 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 29 Oct 2013 22:54:34 +0000 Subject: [PATCH] Fix missing semicolon in wxFileName::SetPermissions() documentation. Closes #15623. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/filename.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/filename.h b/interface/wx/filename.h index 344b5f8225..9477201b69 100644 --- a/interface/wx/filename.h +++ b/interface/wx/filename.h @@ -1271,7 +1271,7 @@ public: @return @true on success, @false if an error occurred (for example, the file doesn't exist). */ - bool SetPermissions(int permissions) + bool SetPermissions(int permissions); /** Sets the file creation and last access/modification times (any of the pointers