]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathComment.cpp
index 3faf7134335e30df1434879ccbb6d40b5cdb7ab4..57d74a9499f748fee2b5f575c4b3bc2e779e663b 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathComment.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathSupport.h"
 #include "support/std_ostream.h"
@@ -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));
 }