]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insethfill.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insethfill.h
index 7336ed84162cea94d0a3131cafe5b340f040499f..68d555f9236600c1fde0bdcedf4bb66832c63262 100644 (file)
@@ -28,8 +28,8 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::HFILL_CODE; }
        ///
-       int latex(Buffer const *, std::ostream &, LatexRunParams const &,
-                 bool fragile, bool free_spc) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
        ///