X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMakebox.cpp;h=ee863e1d461dd34b93d9c92fca7374459db3f4cc;hb=d0d7d0103aed0b300807be54224ba7cd324c1ff5;hp=51fce619e6f13a77531e7facc5cb6743c8fac646;hpb=6e3a75969b97a5db4c80c46be49d4deb122abfe7;p=lyx.git diff --git a/src/mathed/InsetMathMakebox.cpp b/src/mathed/InsetMathMakebox.cpp index 51fce619e6..ee863e1d46 100644 --- a/src/mathed/InsetMathMakebox.cpp +++ b/src/mathed/InsetMathMakebox.cpp @@ -11,7 +11,7 @@ #include #include "InsetMathMakebox.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "MathSupport.h" @@ -28,9 +28,9 @@ InsetMathMakebox::InsetMathMakebox() {} -auto_ptr InsetMathMakebox::doClone() const +auto_ptr InsetMathMakebox::doClone() const { - return auto_ptr(new InsetMathMakebox(*this)); + return auto_ptr(new InsetMathMakebox(*this)); }