From cf06a12e00e6469300555e7440d2dfc05ba99090 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 27 Oct 2011 15:50:46 +0000 Subject: [PATCH] Remove the unused default parameter of Buffer::doExport(). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40040 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.h b/src/Buffer.h index 5c90f51bb6..b6ae1f338d 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -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 -- 2.39.2