]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.C
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insettabular.C
index 4ab0c9cb42c5e11294404b0c4bfd26b89b8360ee..cec7de014a5e3d16e97a47c54161beccbf8c4a4b 100644 (file)
@@ -1193,10 +1193,9 @@ Inset::RESULT InsetTabular::localDispatch(FuncRequest const & cmd)
 
 
 int InsetTabular::latex(Buffer const * buf, ostream & os,
-                       LatexRunParams const & runparams,
-                       bool fp) const
+                       LatexRunParams const & runparams) const
 {
-       return tabular->latex(buf, os, runparams, fp);
+       return tabular->latex(buf, os, runparams);
 }