]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.cpp
Improve the list of equations
[lyx.git] / src / mathed / MathAtom.cpp
index 6787e282f3a5adb158cabbc6a67a9f520b143ae3..a8483ea212cd0b07e91840dbfd05420282dc93e5 100644 (file)
@@ -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<InsetMath *>(p))
+MathAtom::MathAtom(InsetMath * p)
+       : nucleus_(p)
 {}