]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.C
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_diffinset.C
index d81bbd8c0d6484299d1ea2f278f4c0f8594b9d96..4b7cdac9ff933f1f2fe8721dd5880cd20018fb60 100644 (file)
@@ -11,9 +11,8 @@
 #include <config.h>
 
 #include "math_diffinset.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "math_symbolinset.h"
 #include "debug.h"
 
 using std::auto_ptr;
@@ -25,7 +24,7 @@ MathDiffInset::MathDiffInset()
 {}
 
 
-auto_ptr<InsetBase> MathDiffInset::clone() const
+auto_ptr<InsetBase> MathDiffInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathDiffInset(*this));
 }