]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filename.h
Doc and comment cleanup, fixes, tweaks
[wxWidgets.git] / interface / wx / filename.h
index 5280a2402645637725ef614097467ee8481d76ae..010617a97d115510695ce2d885f7e34db34c19a5 100644 (file)
@@ -580,7 +580,7 @@ public:
         not be read (because e.g. the file is locked by another process) the returned
         value is ::wxInvalidSize.
     */
-    wxULongLong GetSize();
+    wxULongLong GetSize() const;
 
     /**
         Returns the size of the file If the file does not exist or its size could
@@ -831,7 +831,7 @@ public:
 
         @param perm
             The permissions for the newly created directory.
-            See wxPosixPermissions enumeration for more info.
+            See the ::wxPosixPermissions enumeration for more info.
         @param flags
             If the flags contain @c wxPATH_MKDIR_FULL flag, try to create each
             directory in the path and also don't return an error if the target
@@ -849,7 +849,7 @@ public:
             The directory to create
         @param parm
             The permissions for the newly created directory.
-            See wxPosixPermissions enumeration for more info.
+            See the ::wxPosixPermissions enumeration for more info.
         @param flags
             If the flags contain @c wxPATH_MKDIR_FULL flag, try to create each
             directory in the path and also don't return an error if the target