]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathExInt.cpp
index 9adfe507cef71cde9691902b06acc166fc4f4d8f..543daa89e5cafc4d56e96a587f7ca34aaf1b7c08 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathExInt.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathStream.h"
 #include "InsetMathSymbol.h"
@@ -38,9 +38,9 @@ InsetMathExInt::InsetMathExInt(docstring const & name)
 // 3 - upper
 
 
-auto_ptr<InsetBase> InsetMathExInt::doClone() const
+auto_ptr<Inset> InsetMathExInt::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathExInt(*this));
+       return auto_ptr<Inset>(new InsetMathExInt(*this));
 }