X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathExFunc.h;h=9c03873cb1bcbda5031305233dc67f147215ab99;hb=b9765984c0e2d38b251b765cabfc9d23bf957a7a;hp=5f150eeab994448562280f58cf2663b905d59214;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetMathExFunc.h b/src/mathed/InsetMathExFunc.h index 5f150eeab9..9c03873cb1 100644 --- a/src/mathed/InsetMathExFunc.h +++ b/src/mathed/InsetMathExFunc.h @@ -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 doClone() const; + virtual std::auto_ptr doClone() const; /// docstring const name_; };