]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.C
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetfloatlist.C
index 8ade79ede210dcd37323e6c718e37019766015b6..3a4aeee2e89dbc38d9f21ca958925ca2370fa552 100644 (file)
@@ -108,8 +108,7 @@ dispatch_result InsetFloatList::localDispatch(FuncRequest const & cmd)
 
 
 int InsetFloatList::latex(Buffer const * buf, ostream & os,
-                         LatexRunParams const &,
-                         bool) const
+                         LatexRunParams const &) const
 {
        FloatList const & floats = buf->params.getLyXTextClass().floats();
        FloatList::const_iterator cit = floats[getCmdName()];