]> git.lyx.org Git - features.git/commitdiff
Typo.
authorRichard Heck <rgheck@comcast.net>
Sat, 14 Nov 2009 23:28:50 +0000 (23:28 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 14 Nov 2009 23:28:50 +0000 (23:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31997 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathAtom.h

index 7c00794e80f5d1b42e0ee2f3e3707243f9c0ead0..3b3201db0c1847ed4366d127ee33a287e761e443 100644 (file)
@@ -48,7 +48,7 @@ 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);