]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Harmonize naming
[lyx.git] / src / Buffer.h
index 386625e18d2906896a943d84cf5777c5edf29378..5fdf020e4ce29ed7da08a354b70cd4d01e878bb9 100644 (file)
@@ -230,8 +230,7 @@ public:
        /// read a new document from a string
        bool readString(std::string const &);
        /// Reloads the LyX file
-       /// \param clearUndo if false, leave alone the undo stack.
-       ReadStatus reload(bool clearUndo = true);
+       ReadStatus reload();
 //FIXME: The following function should be private
 //private:
        /// read the header, returns number of unknown tokens