]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLefteqn.cpp
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathLefteqn.cpp
index 6227dbf32c94a8794b1d9af2b9c5b72cb72517b5..3c3dc4d572b1509852a950bfa24df87542029a92 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathLefteqn.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "support/std_ostream.h"
 
 
@@ -27,9 +27,9 @@ InsetMathLefteqn::InsetMathLefteqn()
 {}
 
 
-auto_ptr<InsetBase> InsetMathLefteqn::doClone() const
+auto_ptr<Inset> InsetMathLefteqn::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathLefteqn(*this));
+       return auto_ptr<Inset>(new InsetMathLefteqn(*this));
 }