X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAtom.h;h=b11d75da182b3da122fae03dfbee869d0411773f;hb=704328d3488c75733ddeb9ad5439b1907e323e39;hp=7c00794e80f5d1b42e0ee2f3e3707243f9c0ead0;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/MathAtom.h b/src/mathed/MathAtom.h index 7c00794e80..b11d75da18 100644 --- a/src/mathed/MathAtom.h +++ b/src/mathed/MathAtom.h @@ -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