]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_liminset.C
index 4e0721aa9910b9ea2466b66ab47caaea73936d0b..c86c4741fced4a025a6fd5f3275a98a62f8961b2 100644 (file)
@@ -11,9 +11,8 @@
 #include <config.h>
 
 #include "math_liminset.h"
-#include "math_support.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "math_symbolinset.h"
 #include "debug.h"
 
 using std::auto_ptr;
@@ -30,7 +29,7 @@ MathLimInset::MathLimInset
 }
 
 
-auto_ptr<InsetBase> MathLimInset::clone() const
+auto_ptr<InsetBase> MathLimInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathLimInset(*this));
 }