git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-14 23:28:50 +00:00
parent 92a489b91d
commit 8340a17e96

View 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);