X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathTFrac.h;h=8bc7433caeb5a65d4d23c5e5b94bb9196008893d;hb=ed858d73e57ce7aa89e38c1bc4d799362edb0227;hp=5299b0b11aa741ba5f047b14e29546da15f8e3dc;hpb=b45bc7944dee3579a1423eef12b1afb3585b388f;p=lyx.git diff --git a/src/mathed/InsetMathTFrac.h b/src/mathed/InsetMathTFrac.h index 5299b0b11a..8bc7433cae 100644 --- a/src/mathed/InsetMathTFrac.h +++ b/src/mathed/InsetMathTFrac.h @@ -34,7 +34,7 @@ public: /// void validate(LaTeXFeatures & features) const; private: - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; };