]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetparent.C
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetparent.C
index 339401f9fa95682f7b3d2f65ed32fed8e7e371fa..9ded7ca7c3af5884d9749e10931925f9d6d73fd3 100644 (file)
@@ -55,10 +55,9 @@ dispatch_result InsetParent::localDispatch(FuncRequest const & cmd)
 
 // LaTeX must just ignore this command
 int InsetParent::latex(Buffer const * buf, ostream & os,
-                      LatexRunParams const & runparams,
-                      bool free_spc) const
+                      LatexRunParams const & runparams) const
 {
        os << "%%#{lyx}";
-       InsetCommand::latex(buf, os, runparams, free_spc);
+       InsetCommand::latex(buf, os, runparams);
        return 0;
 }