mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
b3d7a10410
commit
cc84d35ed4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user