]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
Fix bugs #6078 and #9364
[lyx.git] / src / mathed / MathAtom.h
index 3b3201db0c1847ed4366d127ee33a287e761e443..b11d75da182b3da122fae03dfbee869d0411773f 100644 (file)
@@ -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