X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAtom.cpp;h=a8483ea212cd0b07e91840dbfd05420282dc93e5;hb=02e82157ec583c3900e359de86be79fac6512387;hp=6787e282f3a5adb158cabbc6a67a9f520b143ae3;hpb=9383f4c3c6f9cfab2d658701ba66e2b54cd68bea;p=lyx.git diff --git a/src/mathed/MathAtom.cpp b/src/mathed/MathAtom.cpp index 6787e282f3..a8483ea212 100644 --- a/src/mathed/MathAtom.cpp +++ b/src/mathed/MathAtom.cpp @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -23,8 +23,8 @@ MathAtom::MathAtom() {} -MathAtom::MathAtom(Inset * p) - : nucleus_(static_cast(p)) +MathAtom::MathAtom(InsetMath * p) + : nucleus_(p) {}