]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_numberinset.C
introduce namespace lyx::support
[lyx.git] / src / mathed / math_numberinset.C
index 669a84bf4ef6350fa945bde6b07e5fc8be725127..423912308f4f5bdafc88871ff514c0bd8ab1cf52 100644 (file)
@@ -13,7 +13,7 @@ MathNumberInset::MathNumberInset(string const & s)
 {}
 
 
-MathInset * MathNumberInset::clone() const
+InsetBase * MathNumberInset::clone() const
 {
        return new MathNumberInset(*this);
 }