Buffer::saveCheckSum() can be private.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36377 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-11-18 18:37:17 +00:00
parent b3d7a10410
commit cc84d35ed4

View 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.