]> git.lyx.org Git - features.git/commitdiff
Remove the unused default parameter of Buffer::doExport().
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 27 Oct 2011 15:50:46 +0000 (15:50 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 27 Oct 2011 15:50:46 +0000 (15:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40040 a592a061-630c-0410-9148-cb99ea01b6c8

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