]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTFrac.cpp
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathTFrac.cpp
index 92019717a75f4511a062d3ffb7c4d86f6c8faa23..5a1fd86df8ed9027ccb76acefa874cdf0b0156d3 100644 (file)
@@ -34,9 +34,9 @@ InsetMathTFrac::InsetMathTFrac()
 {}
 
 
-auto_ptr<InsetBase> InsetMathTFrac::doClone() const
+auto_ptr<Inset> InsetMathTFrac::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathTFrac(*this));
+       return auto_ptr<Inset>(new InsetMathTFrac(*this));
 }