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