]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
InsetBibitem.cpp: fix bibitemWidest.
[lyx.git] / src / Buffer.h
index dd1a2b4c84501335a376cd99074322e5ac81146f..97a940c248db24bcbefdbe1fe5f40426173f3a61 100644 (file)
@@ -468,6 +468,10 @@ public:
        void autoSave() const;
        ///
        void removeAutosaveFile() const;
+       ///
+       void moveAutosaveFile(support::FileName const & old) const;
+       ///
+       support::FileName getAutosaveFilename() const;
 
        /// return the format of the buffer on a string
        std::string bufferFormat() const;
@@ -537,8 +541,6 @@ private:
        */
        ReadStatus readFile(Lexer &, support::FileName const & filename,
                            bool fromString = false);
-       ///
-       support::FileName getAutosaveFilename() const;
 
        /// Use the Pimpl idiom to hide the internals.
        class Impl;