]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
Remove ; from end of function definitions
[lyx.git] / src / mathed / MathAtom.h
index 7c00794e80f5d1b42e0ee2f3e3707243f9c0ead0..b11d75da182b3da122fae03dfbee869d0411773f 100644 (file)
@@ -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