]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Do not overwrite read-only files. We now move the file to the backup directory and...
[lyx.git] / src / Buffer.h
index 03710c7a0f09c36879401024216c6b8f441bc851..b91f36ffe67e35e2382e0bd9f0e27562e67fb06b 100644 (file)
@@ -202,14 +202,14 @@ public:
        bool readString(std::string const &);
        /// Reloads the LyX file
        ReadStatus reload();
-//FIXME: The following two functions should be private
+//FIXME: The following function should be private
 //private:
        /// read the header, returns number of unknown tokens
        int readHeader(Lexer & lex);
-       /// save timestamp and checksum of the given file.
-       void saveCheckSum() const;
 
 private:
+       /// save timestamp and checksum of the given file.
+       void saveCheckSum() const;      
        /// read a new file
        ReadStatus readFile(support::FileName const & fn);
        /// Reads a file without header.