X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFont.cpp;h=bfeeeff3977120bc30636c6f8b59481b614047aa;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=6954cd03af73e1e082d861617cec19d3b89c5168;hpb=6e3a75969b97a5db4c80c46be49d4deb122abfe7;p=lyx.git diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/InsetMathFont.cpp index 6954cd03af..bfeeeff397 100644 --- a/src/mathed/InsetMathFont.cpp +++ b/src/mathed/InsetMathFont.cpp @@ -11,7 +11,7 @@ #include #include "InsetMathFont.h" -#include "MathArray.h" +#include "MathData.h" #include "MathStream.h" #include "MathParser.h" #include "LaTeXFeatures.h" @@ -28,9 +28,9 @@ InsetMathFont::InsetMathFont(latexkeys const * key) {} -auto_ptr InsetMathFont::doClone() const +auto_ptr InsetMathFont::doClone() const { - return auto_ptr(new InsetMathFont(*this)); + return auto_ptr(new InsetMathFont(*this)); }