X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAtom.cpp;h=a8483ea212cd0b07e91840dbfd05420282dc93e5;hb=02e82157ec583c3900e359de86be79fac6512387;hp=e8b799db532bc9f2987e189864709124cf6a9289;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/MathAtom.cpp b/src/mathed/MathAtom.cpp index e8b799db53..a8483ea212 100644 --- a/src/mathed/MathAtom.cpp +++ b/src/mathed/MathAtom.cpp @@ -23,8 +23,8 @@ MathAtom::MathAtom() {} -MathAtom::MathAtom(Inset * p) - : nucleus_(static_cast(p)) +MathAtom::MathAtom(InsetMath * p) + : nucleus_(p) {}