From 4bbddb06e6863e1489b8bcb661b232f9897408a0 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 21 Feb 2007 21:09:43 +0000 Subject: [PATCH] fix compiler warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17294 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetfloatlist.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/insetfloatlist.C b/src/insets/insetfloatlist.C index e4d448220a..057cd1bda7 100644 --- a/src/insets/insetfloatlist.C +++ b/src/insets/insetfloatlist.C @@ -129,7 +129,7 @@ int InsetFloatList::latex(Buffer const & buf, odocstream & os, int InsetFloatList::plaintext(Buffer const & buffer, odocstream & os, - OutputParams const & runparams) const + OutputParams const &) const { os << getScreenLabel(buffer) << "\n\n"; -- 2.39.2