]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.cpp
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / MathAtom.cpp
index e8b799db532bc9f2987e189864709124cf6a9289..a8483ea212cd0b07e91840dbfd05420282dc93e5 100644 (file)
@@ -23,8 +23,8 @@ MathAtom::MathAtom()
 {}
 
 
-MathAtom::MathAtom(Inset * p)
-       : nucleus_(static_cast<InsetMath *>(p))
+MathAtom::MathAtom(InsetMath * p)
+       : nucleus_(p)
 {}