]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFBox.cpp
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathFBox.cpp
index 642c9cd64ad2e18890746aafcde1f42800998b25..de0e3559f1450ce10d0ad67a1ac623880160e08d 100644 (file)
@@ -29,9 +29,9 @@ InsetMathFBox::InsetMathFBox()
 {}
 
 
-auto_ptr<InsetBase> InsetMathFBox::doClone() const
+auto_ptr<Inset> InsetMathFBox::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathFBox(*this));
+       return auto_ptr<Inset>(new InsetMathFBox(*this));
 }