]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / InsetMathDelim.h
index ab94d85808153caa39ca900e0a239f2e0f67741a..abb7db609743899cb9135fd9360f7cbf1eb6d65e 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 std::auto_ptr<Inset> doClone() const;
        ///
        mutable int dw_;
 };