X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMatrix.cpp;h=ef1ac7d8dcf8b3fa06a138ea92fa7f6fd4434d27;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=7b19c38d9822a1a11e7ddf69f6204a57ad97496f;hpb=6e3a75969b97a5db4c80c46be49d4deb122abfe7;p=lyx.git diff --git a/src/mathed/InsetMathMatrix.cpp b/src/mathed/InsetMathMatrix.cpp index 7b19c38d98..ef1ac7d8dc 100644 --- a/src/mathed/InsetMathMatrix.cpp +++ b/src/mathed/InsetMathMatrix.cpp @@ -11,7 +11,7 @@ #include #include "InsetMathMatrix.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" @@ -25,9 +25,9 @@ InsetMathMatrix::InsetMathMatrix(InsetMathGrid const & p) {} -auto_ptr InsetMathMatrix::doClone() const +auto_ptr InsetMathMatrix::doClone() const { - return auto_ptr(new InsetMathMatrix(*this)); + return auto_ptr(new InsetMathMatrix(*this)); }