]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
BufferParams.cpp: change the package loading to:
[lyx.git] / src / Buffer.h
index 6e5ba14546cc6c98b0394826ae4fc825c023ef90..7d18ab65e2870904b943a0f0750c0fbb137c75d9 100644 (file)
@@ -229,6 +229,9 @@ public:
        /// whether or not disk file has been externally modified
        bool isExternallyModified(CheckMethod method) const;
 
+       /// save timestamp and checksum of the given file.
+       void saveCheckSum(std::string const & file) const;
+
        /// mark the main lyx file as not needing saving
        void markClean() const;