X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_numberinset.C;h=423912308f4f5bdafc88871ff514c0bd8ab1cf52;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=669a84bf4ef6350fa945bde6b07e5fc8be725127;hpb=285952e13002efe5d69a890e6e2a924b0c294808;p=lyx.git diff --git a/src/mathed/math_numberinset.C b/src/mathed/math_numberinset.C index 669a84bf4e..423912308f 100644 --- a/src/mathed/math_numberinset.C +++ b/src/mathed/math_numberinset.C @@ -13,7 +13,7 @@ MathNumberInset::MathNumberInset(string const & s) {} -MathInset * MathNumberInset::clone() const +InsetBase * MathNumberInset::clone() const { return new MathNumberInset(*this); }