]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.h
* InsetMathHull:
[lyx.git] / src / mathed / InsetMathDelim.h
index cc34e54980a36fed19c7d6d32f5cb314fee766df..84696316ef08ce0f68654bb95e000e6e99d31202 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        InsetMathDelim(docstring const & left, docstring const & right);
        ///
-       InsetMathDelim(docstring const & left, docstring const & right, MathArray const &);
+       InsetMathDelim(docstring const & left, docstring const & right, MathData const &);
        ///
        InsetMathDelim * asDelimInset() { return this; }
        ///
@@ -63,7 +63,7 @@ public:
        ///
        docstring right_;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        ///
        mutable int dw_;
 };