X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.cpp;h=0872973dbfc2bae6748e0a0315f5abd19c85af2f;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=8a4e87c550ed22ac6e74fff4331061974b9823a9;hpb=6e3a75969b97a5db4c80c46be49d4deb122abfe7;p=lyx.git diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index 8a4e87c550..0872973dbf 100644 --- a/src/mathed/InsetMathBox.cpp +++ b/src/mathed/InsetMathBox.cpp @@ -11,7 +11,7 @@ #include #include "InsetMathBox.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "MathStream.h" #include "support/std_ostream.h" @@ -28,9 +28,9 @@ InsetMathBox::InsetMathBox(docstring const & name) {} -auto_ptr InsetMathBox::doClone() const +auto_ptr InsetMathBox::doClone() const { - return auto_ptr(new InsetMathBox(*this)); + return auto_ptr(new InsetMathBox(*this)); }