]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / formulamacro.h
index 1e4ce5d9231ac94eb448e368fef8749dd918151c..2d7c0869818a0c6a970b3ba2e2282393a2483d07 100644 (file)
@@ -52,9 +52,9 @@ public:
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
 
        ///
-       Inset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Inset::Code lyxCode() const;
+       InsetOld::Code lyxCode() const;
        ///
        MathAtom const & par() const;
        ///