]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.cpp
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathDots.cpp
index 6673d0483897673a040a044166d5cac2473afc8f..a8dcec6aa085b42703967cb25b2b26a70a18df5f 100644 (file)
@@ -30,9 +30,9 @@ InsetMathDots::InsetMathDots(latexkeys const * key)
 {}
 
 
-auto_ptr<InsetBase> InsetMathDots::doClone() const
+auto_ptr<Inset> InsetMathDots::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathDots(*this));
+       return auto_ptr<Inset>(new InsetMathDots(*this));
 }