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