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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user