]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.cpp
Get package things working with modules prior to UI patch.
[lyx.git] / src / mathed / InsetMathUnderset.cpp
index bceabfb62c9705beb5e997b360539915f51412b5..87392bd4e0b07f5b6c1173b3c169186b1a2eb73f 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathUnderset.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 
 #include "Cursor.h"
@@ -25,9 +25,9 @@ using std::auto_ptr;
 
 
 
-auto_ptr<InsetBase> InsetMathUnderset::doClone() const
+auto_ptr<Inset> InsetMathUnderset::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathUnderset(*this));
+       return auto_ptr<Inset>(new InsetMathUnderset(*this));
 }