X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathTabular.cpp;h=f93b2884a3daf2c45255271ac1088fb046170eeb;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=ac4381aa46149f51f28051b5301e6e7be98366e7;hpb=6e3a75969b97a5db4c80c46be49d4deb122abfe7;p=lyx.git diff --git a/src/mathed/InsetMathTabular.cpp b/src/mathed/InsetMathTabular.cpp index ac4381aa46..f93b2884a3 100644 --- a/src/mathed/InsetMathTabular.cpp +++ b/src/mathed/InsetMathTabular.cpp @@ -11,7 +11,7 @@ #include #include "InsetMathTabular.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "MathStream.h" @@ -45,9 +45,9 @@ InsetMathTabular::InsetMathTabular(docstring const & name, char valign, {} -auto_ptr InsetMathTabular::doClone() const +auto_ptr InsetMathTabular::doClone() const { - return auto_ptr(new InsetMathTabular(*this)); + return auto_ptr(new InsetMathTabular(*this)); }