]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / mathed / formulamacro.h
index a28efe39ea2acedadda98e2b20da379e01e3914c..2d7c0869818a0c6a970b3ba2e2282393a2483d07 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        InsetFormulaMacro();
        /// construct a macro hull from its name and the number of arguments
-       explicit InsetFormulaMacro(string const & name, int nargs);
+       explicit InsetFormulaMacro(string const & name, int nargs, string const & t);
        /// constructs a mocro from its LaTeX definition
        explicit InsetFormulaMacro(string const & s);
        ///
@@ -52,9 +52,9 @@ public:
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
 
        ///
-       Inset * clone(Buffer const &) const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Inset::Code lyxCode() const;
+       InsetOld::Code lyxCode() const;
        ///
        MathAtom const & par() const;
        ///