]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.cpp
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathMBox.cpp
index bdc95de8d6c95b8a14525cb671e3aa64f179ac49..1b009cf3e872361f0056eec1981c50f8d2cc979b 100644 (file)
@@ -49,9 +49,9 @@ InsetMathMBox::InsetMathMBox(LyXLayout_ptr const & layout)
 }
 
 
-auto_ptr<InsetBase> InsetMathMBox::doClone() const
+auto_ptr<Inset> InsetMathMBox::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathMBox(*this));
+       return auto_ptr<Inset>(new InsetMathMBox(*this));
 }