]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathArray.cpp
index da7d3183c35ba08b0f1cf7cc110f515c496bc1e9..544d6a47d1846dc64fa600129477e2caffd70f04 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "LaTeXFeatures.h"
 #include "InsetMathArray.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathParser.h"
 #include "MathStream.h"
 
@@ -73,9 +73,9 @@ InsetMathArray::InsetMathArray(docstring const & name, docstring const & str)
 }
 
 
-auto_ptr<InsetBase> InsetMathArray::doClone() const
+auto_ptr<Inset> InsetMathArray::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathArray(*this));
+       return auto_ptr<Inset>(new InsetMathArray(*this));
 }