]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileInfo.C
small changes + patch from Dekel
[lyx.git] / src / support / FileInfo.C
index 944652b9e1c3f79e0e5308521f3aafa02e0c01eb..aade9e243a76802474702015aafbfc15345d113b 100644 (file)
@@ -373,7 +373,7 @@ bool FileInfo::isSocket() const
 
 
 // should not be in FileInfo
-bool FileInfo::access(int p)
+bool FileInfo::access(int p) const
 {
        // if we don't have a filename we fail
        if (fname.empty()) return false;