From cc84d35ed440e36593f985f28628377c846dae56 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 18 Nov 2010 18:37:17 +0000 Subject: [PATCH] Buffer::saveCheckSum() can be private. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36377 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.