]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insettheorem.h
index eac9f19b0f0b8b06628c805ceb0789fefd07ab3f..bbb09b7920530b6a2c6f13488bf9dc447cd68f9a 100644 (file)
@@ -31,7 +31,8 @@ public:
        ///
        bool display() const { return true; }
        ///
-       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        string const editMessage() const;
 };