]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileName.h
Fix assertion when checking if change in selection
[lyx.git] / src / support / FileName.h
index 8264d8087bd0052715bc2098a3851869c9e04472..3bfdf13f26d0630cc2169a378fca55667a35c158 100644 (file)
@@ -150,6 +150,8 @@ public:
        /// support this.
        /// \return true on success.
        bool changePermission(unsigned long int mode) const;
+       // sets permission based on the file given as an argument
+       bool clonePermissions(FileName const & source);
 
        /// remove pointed directory and all contents.
        /// \return true on success.