From: Vincent van Ravesteijn Date: Wed, 17 Nov 2010 03:47:14 +0000 (+0000) Subject: Buffer::moveAutosaveFile can be private. X-Git-Tag: 2.0.0~1831 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c1a728d8f1ec8f687be99fc7e0326881d83ed386;p=features.git Buffer::moveAutosaveFile can be private. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36330 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.h b/src/Buffer.h index 96c723283d..3cc0452ac9 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -241,12 +241,10 @@ public: /// \return a status message towards the user. docstring emergencyWrite(); -//FIXME:The following two functions should be private +//FIXME:The following function should be private //private: /// void removeAutosaveFile() const; - /// - void moveAutosaveFile(support::FileName const & old) const; private: /// Try to load an autosave file associated to \c fn. @@ -257,6 +255,8 @@ private: support::FileName getEmergencyFileName() const; /// Get the filename of the autosave file associated with the Buffer support::FileName getAutosaveFileName() const; + /// + void moveAutosaveFile(support::FileName const & old) const; //@} public: