]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / mathed / MathAtom.h
index 90b7192570b8de34ba5a1edc5d4eb39a0a280cbe..b11d75da182b3da122fae03dfbee869d0411773f 100644 (file)
@@ -4,7 +4,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.
  */
@@ -48,10 +48,10 @@ class InsetMath;
 class MathAtom {
 public:
        /// default constructor, object is useless, but we need it to put it into
-       // std::containers
+       /// std::containers
        MathAtom();
        /// the "real constructor"
-       explicit MathAtom(Inset * p);
+       explicit MathAtom(InsetMath * p);
        /// copy constructor, invokes nucleus_->clone()
        MathAtom(MathAtom const &);
        /// we really need to clean up