X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Finsets%2FInsetEnvironment.h;h=b71543f2c5f0c1bb17f2b396bb5966fdafffb792;hb=ed858d73e57ce7aa89e38c1bc4d799362edb0227;hp=55e9bf0a4ecbdcc380a409a15eee426585849c66;hpb=b45bc7944dee3579a1423eef12b1afb3585b388f;p=lyx.git diff --git a/src/insets/InsetEnvironment.h b/src/insets/InsetEnvironment.h index 55e9bf0a4e..b71543f2c5 100644 --- a/src/insets/InsetEnvironment.h +++ b/src/insets/InsetEnvironment.h @@ -49,7 +49,7 @@ public: protected: InsetEnvironment(InsetEnvironment const &); private: - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; /// the layout LayoutPtr layout_; ///