]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.h
remove unneeded header.
[lyx.git] / src / mathed / InsetMathExFunc.h
index 5f150eeab994448562280f58cf2663b905d59214..9c03873cb1bcbda5031305233dc67f147215ab99 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);
        ///
        bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -48,7 +48,7 @@ public:
        void octave(OctaveStream &) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        ///
        docstring const name_;
 };