]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileName.h
CMake: fix merged build, seems GCC could not handle the namespaces correctly
[lyx.git] / src / support / FileName.h
index 51c149ff9e5d708396096b30213fa89682c2730f..3d64ad091f5e40d41b74895936e4aef2c9b61595 100644 (file)
@@ -78,6 +78,8 @@ public:
 
        /// returns true if the file exists
        bool exists() const;
+       /// refreshes the file info
+       void refresh() const;
        /// \return true if this object points to a symbolic link.
        bool isSymLink() const;
        /// \return true if the file is empty.