]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.cpp
Get package things working with modules prior to UI patch.
[lyx.git] / src / mathed / InsetMathAMSArray.cpp
index 7e8bbfce79ecd5450b9c646a1078f965233ed34e..d74ed1db30926034674045c3738d94b5bb164a7e 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "LaTeXFeatures.h"
 #include "InsetMathAMSArray.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathStream.h"
 #include "MathSupport.h"
@@ -41,9 +41,9 @@ InsetMathAMSArray::InsetMathAMSArray(docstring const & name)
 {}
 
 
-auto_ptr<InsetBase> InsetMathAMSArray::doClone() const
+auto_ptr<Inset> InsetMathAMSArray::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathAMSArray(*this));
+       return auto_ptr<Inset>(new InsetMathAMSArray(*this));
 }