]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathComment.cpp
index ca0de54262e6d6b7e4bad023fa39eced24c485cb..57d74a9499f748fee2b5f575c4b3bc2e779e663b 100644 (file)
@@ -36,9 +36,9 @@ InsetMathComment::InsetMathComment(docstring const & str)
 }
 
 
-auto_ptr<InsetBase> InsetMathComment::doClone() const
+auto_ptr<Inset> InsetMathComment::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathComment(*this));
+       return auto_ptr<Inset>(new InsetMathComment(*this));
 }