X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAtom.cpp;h=dfb4329bb81b5bc70850dacf4218e0db2fb581d9;hb=b9765984c0e2d38b251b765cabfc9d23bf957a7a;hp=87a569d821d50231de08c3faf685f265f2152ba0;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/MathAtom.cpp b/src/mathed/MathAtom.cpp index 87a569d821..dfb4329bb8 100644 --- a/src/mathed/MathAtom.cpp +++ b/src/mathed/MathAtom.cpp @@ -24,7 +24,7 @@ MathAtom::MathAtom() {} -MathAtom::MathAtom(InsetBase * p) +MathAtom::MathAtom(Inset * p) : nucleus_(static_cast(p)) {}