]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / mathed / InsetMathBox.cpp
index 0447e84467cb921ac0eaef4ba74f2ec038f43cc5..0872973dbfc2bae6748e0a0315f5abd19c85af2f 100644 (file)
@@ -28,9 +28,9 @@ InsetMathBox::InsetMathBox(docstring const & name)
 {}
 
 
-auto_ptr<InsetBase> InsetMathBox::doClone() const
+auto_ptr<Inset> InsetMathBox::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathBox(*this));
+       return auto_ptr<Inset>(new InsetMathBox(*this));
 }