]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.h
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathExFunc.h
index 1dc39f6b8f8d1717ed39d38606523ed132bf2d08..6eebd908d0a234a74e1831699c0f71193d4d3d37 100644 (file)
@@ -28,7 +28,7 @@ public:
        ///
        explicit InsetMathExFunc(docstring const & name);
        ///
-       InsetMathExFunc(docstring const & name, MathArray const & ar);
+       InsetMathExFunc(docstring const & name, MathData const & ar);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -48,7 +48,7 @@ public:
        void octave(OctaveStream &) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        ///
        docstring const name_;
 };