]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / formula.h
index 820672412f10164dbe3e5468faa8decc3d53cf5d..63b85275fe78c6685155bdf590be749c23f3711c 100644 (file)
@@ -54,15 +54,15 @@ public:
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
 
        ///
-       Inset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///
-       Inset::Code lyxCode() const;
+       InsetOld::Code lyxCode() const;
        ///
-       bool insetAllowed(Inset::Code code) const;
+       bool insetAllowed(InsetOld::Code code) const;
        ///
-       std::vector<string> const getLabelList() const;
+       void getLabelList(std::vector<string> &) const;
        ///
        MathAtom const & par() const { return par_; }
        ///