fix compiler warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17294 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-02-21 21:09:43 +00:00
parent 69da7e8d3a
commit 4bbddb06e6

View File

@ -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";