]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
Remove the unused default parameter of Buffer::doExport().
[features.git] / src / Buffer.h
index 5c90f51bb694c89e9a612e239756682fb913ed8b..b6ae1f338d0ea007f47ba5340410353d773dbd36 100644 (file)
@@ -610,7 +610,7 @@ public:
                bool includeall, std::string & result_file) const;
        ///
        bool doExport(std::string const & target, bool put_in_tempdir,
-                     bool includeall = false) const;
+                     bool includeall) const;
        ///
        bool preview(std::string const & format, bool includeall = false) const;
        /// mark the buffer as busy exporting something, or not