From: Vincent van Ravesteijn Date: Thu, 18 Nov 2010 18:37:17 +0000 (+0000) Subject: Buffer::saveCheckSum() can be private. X-Git-Tag: 2.0.0~1788 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cc84d35ed440e36593f985f28628377c846dae56;p=features.git Buffer::saveCheckSum() can be private. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36377 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.h b/src/Buffer.h index 03710c7a0f..cb76fe53ef 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -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.