]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.C
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetcommand.C
index 7edcececf5560d74d63bcfbcbe8d165dfc024a55..f1235c1abc7ee2c2e65aaa710ef0934226499ac5 100644 (file)
@@ -40,7 +40,7 @@ void InsetCommand::setParams(InsetCommandParams const & p)
 
 
 int InsetCommand::latex(Buffer const *, ostream & os,
-                       bool /*fragile*/, bool/*fs*/) const
+                       LatexRunParams const &) const
 {
        os << getCommand();
        return 0;