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
This commit is contained in:
Vadim Zeitlin
2013-10-29 22:54:34 +00:00
parent 6f6609d233
commit ce6c1584e6

View File

@@ -1271,7 +1271,7 @@ public:
@return @true on success, @false if an error occurred (for example, @return @true on success, @false if an error occurred (for example,
the file doesn't exist). 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 Sets the file creation and last access/modification times (any of the pointers