]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insethfill.C
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insethfill.C
index 2a01033757690873ac428725b5825e936df613b3..62f62f8b4ca54a714d9f2847993c3d0deaab6e7d 100644 (file)
@@ -22,7 +22,7 @@ InsetHFill::InsetHFill()
 
 
 int InsetHFill::latex(Buffer const *, ostream & os,
-                     bool /*fragile*/, bool /*fs*/) const
+                     LatexRunParams const &) const
 {
        os << getCommand();
        return 0;