X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMBox.cpp;h=1b009cf3e872361f0056eec1981c50f8d2cc979b;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=23f5453515aa75fe74e40bb8afdef7b8e51e71c5;hpb=42123ab8a71080b6d15fca4e0c43ae76abf00a1e;p=lyx.git diff --git a/src/mathed/InsetMathMBox.cpp b/src/mathed/InsetMathMBox.cpp index 23f5453515..1b009cf3e8 100644 --- a/src/mathed/InsetMathMBox.cpp +++ b/src/mathed/InsetMathMBox.cpp @@ -11,7 +11,7 @@ #include #include "InsetMathMBox.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "BufferView.h" @@ -49,9 +49,9 @@ InsetMathMBox::InsetMathMBox(LyXLayout_ptr const & layout) } -auto_ptr InsetMathMBox::doClone() const +auto_ptr InsetMathMBox::doClone() const { - return auto_ptr(new InsetMathMBox(*this)); + return auto_ptr(new InsetMathMBox(*this)); }