From 8bdd1082fa880a8ba68007a092abd30ae9177c53 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 7 Mar 2012 00:05:46 +0000 Subject: [PATCH] Squash warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40880 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index e4e23b19e5..94d8a951e9 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1704,7 +1704,7 @@ void Buffer::writeDocBookSource(odocstream & os, string const & fname, void Buffer::makeLyXHTMLFile(FileName const & fname, OutputParams const & runparams, - bool const body_only) const + bool const) const { LYXERR(Debug::LATEX, "makeLyXHTMLFile..."); -- 2.39.5