X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLefteqn.cpp;h=3c3dc4d572b1509852a950bfa24df87542029a92;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=6227dbf32c94a8794b1d9af2b9c5b72cb72517b5;hpb=6e3a75969b97a5db4c80c46be49d4deb122abfe7;p=lyx.git diff --git a/src/mathed/InsetMathLefteqn.cpp b/src/mathed/InsetMathLefteqn.cpp index 6227dbf32c..3c3dc4d572 100644 --- a/src/mathed/InsetMathLefteqn.cpp +++ b/src/mathed/InsetMathLefteqn.cpp @@ -11,7 +11,7 @@ #include #include "InsetMathLefteqn.h" -#include "MathArray.h" +#include "MathData.h" #include "support/std_ostream.h" @@ -27,9 +27,9 @@ InsetMathLefteqn::InsetMathLefteqn() {} -auto_ptr InsetMathLefteqn::doClone() const +auto_ptr InsetMathLefteqn::doClone() const { - return auto_ptr(new InsetMathLefteqn(*this)); + return auto_ptr(new InsetMathLefteqn(*this)); }