X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathNumber.h;h=81cbc2e30f097104d8a3ea643c6c343cd6004897;hb=12314897982e07afd8926c997f66d7bb08e7e1fd;hp=d6ccbb0d204eecd09fb54f29112a8c0fb0cabc12;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathNumber.h b/src/mathed/InsetMathNumber.h index d6ccbb0d20..81cbc2e30f 100644 --- a/src/mathed/InsetMathNumber.h +++ b/src/mathed/InsetMathNumber.h @@ -48,7 +48,7 @@ public: void write(WriteStream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; /// the number as string docstring str_; };