X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSqrt.h;h=bd8f46606659ac7e9713b6e222ba89ab9254759e;hb=b9765984c0e2d38b251b765cabfc9d23bf957a7a;hp=a4407d4a281e6e8f2c535988ad512fbbff78875b;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetMathSqrt.h b/src/mathed/InsetMathSqrt.h index a4407d4a28..bd8f466066 100644 --- a/src/mathed/InsetMathSqrt.h +++ b/src/mathed/InsetMathSqrt.h @@ -46,7 +46,7 @@ public: /// void mathmlize(MathStream &) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };