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