]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.cpp
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathFrac.cpp
index 0237227f8e456b5e7461bbe02369644101dc2bba..6ba3d797b06735b3dfecf5935377d27e79bde5dd 100644 (file)
@@ -33,9 +33,9 @@ InsetMathFrac::InsetMathFrac(Kind kind)
 {}
 
 
-auto_ptr<InsetBase> InsetMathFrac::doClone() const
+auto_ptr<Inset> InsetMathFrac::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathFrac(*this));
+       return auto_ptr<Inset>(new InsetMathFrac(*this));
 }