]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathXArrow.cpp
index 08c234c274aa2cb3bb3f7ea0c2a301670ada20c8..02a1e4147b40234f2117f3d43c558bdafd22afb5 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathXArrow.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathStream.h"
 #include "MathSupport.h"
@@ -30,9 +30,9 @@ InsetMathXArrow::InsetMathXArrow(docstring const & name)
 {}
 
 
-auto_ptr<InsetBase> InsetMathXArrow::doClone() const
+auto_ptr<Inset> InsetMathXArrow::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathXArrow(*this));
+       return auto_ptr<Inset>(new InsetMathXArrow(*this));
 }