mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
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:
parent
69da7e8d3a
commit
4bbddb06e6
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user