X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathEnv.cpp;h=e70b09cb1fb50f6ebffd4bd1ef9c336cae38db75;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=15584b6745d847e6c4cce73eef3725ab960832b7;hpb=6e3a75969b97a5db4c80c46be49d4deb122abfe7;p=lyx.git diff --git a/src/mathed/InsetMathEnv.cpp b/src/mathed/InsetMathEnv.cpp index 15584b6745..e70b09cb1f 100644 --- a/src/mathed/InsetMathEnv.cpp +++ b/src/mathed/InsetMathEnv.cpp @@ -11,7 +11,7 @@ #include #include "InsetMathEnv.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "MathStream.h" #include "support/std_ostream.h" @@ -29,9 +29,9 @@ InsetMathEnv::InsetMathEnv(docstring const & name) {} -auto_ptr InsetMathEnv::doClone() const +auto_ptr InsetMathEnv::doClone() const { - return auto_ptr(new InsetMathEnv(*this)); + return auto_ptr(new InsetMathEnv(*this)); }