]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
Do not throw exceptions here either. See r22806.
[lyx.git] / 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);