]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / mathed / InsetMathString.cpp
index ab4a13704ef65759e1c440ed79146021008999f5..3ca3e898b3638dd643a7421b0a15d670e3f803a5 100644 (file)
@@ -27,9 +27,9 @@ InsetMathString::InsetMathString(docstring const & s)
 {}
 
 
-auto_ptr<InsetBase> InsetMathString::doClone() const
+auto_ptr<Inset> InsetMathString::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathString(*this));
+       return auto_ptr<Inset>(new InsetMathString(*this));
 }