X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathEnv.h;h=80072dbd97a2d1ec7c3d609671eaddec3f77d374;hb=ed858d73e57ce7aa89e38c1bc4d799362edb0227;hp=7d73a875d52edd735e93de9b1b462397c506776f;hpb=b45bc7944dee3579a1423eef12b1afb3585b388f;p=lyx.git diff --git a/src/mathed/InsetMathEnv.h b/src/mathed/InsetMathEnv.h index 7d73a875d5..80072dbd97 100644 --- a/src/mathed/InsetMathEnv.h +++ b/src/mathed/InsetMathEnv.h @@ -37,7 +37,7 @@ public: void infoize(odocstream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; /// name of that environment docstring name_; };