]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetoptarg.h
index 5821665b3e0bb0bcbea731571118e6beddabc076..23249681866c4b60ea933aaa8c7dfcc43e00d5a1 100644 (file)
@@ -38,12 +38,11 @@ public:
        string const editMessage() const;
 
        /// Standard LaTeX output -- short-circuited
-       int latex(Buffer const *, std::ostream &, LatexRunParams const &,
-                 bool fp) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        /// Outputting the optional parameter of a LaTeX command
        int latexOptional(Buffer const *, std::ostream &,
-                         LatexRunParams const &,
-                         bool fp) const;
+                         LatexRunParams const &) const;
        /// Write out tothe .lyx file
        void write(Buffer const * buf, std::ostream & os) const;
 };