]> git.lyx.org Git - features.git/commitdiff
Buffer::saveCheckSum() can be private.
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 18 Nov 2010 18:37:17 +0000 (18:37 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 18 Nov 2010 18:37:17 +0000 (18:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36377 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.h

index 03710c7a0f09c36879401024216c6b8f441bc851..cb76fe53ef5fdafed3a7a2b554c37bacc8a81e43 100644 (file)
@@ -206,10 +206,10 @@ public:
 //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.