X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAtom.h;h=5a0adf8672488ba5110d3e38b8fe018fe3101776;hb=b9765984c0e2d38b251b765cabfc9d23bf957a7a;hp=2d5247931b80d5c23fd3266fb4e40435d93a9270;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/MathAtom.h b/src/mathed/MathAtom.h index 2d5247931b..5a0adf8672 100644 --- a/src/mathed/MathAtom.h +++ b/src/mathed/MathAtom.h @@ -42,7 +42,7 @@ Andre' namespace lyx { -class InsetBase; +class Inset; class InsetMath; class MathAtom { @@ -51,7 +51,7 @@ public: // std::containers MathAtom(); /// the "real constructor" - explicit MathAtom(InsetBase * p); + explicit MathAtom(Inset * p); /// copy constructor, invokes nucleus_->clone() MathAtom(MathAtom const &); /// we really need to clean up