]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_spaceinset.C
index 0e8b7161aaeba14419028cd10c6bf1a9da0d5bc5..411903116b5395ff6a48dfdc38df62037e7f94a5 100644 (file)
 
 #include "math_spaceinset.h"
 #include "math_data.h"
-#include "frontends/Painter.h"
 #include "math_mathmlstream.h"
+
 #include "LaTeXFeatures.h"
 #include "LColor.h"
 
+#include "frontends/Painter.h"
 
 using std::string;
 using std::auto_ptr;
@@ -45,7 +46,7 @@ MathSpaceInset::MathSpaceInset(string const & name)
 }
 
 
-auto_ptr<InsetBase> MathSpaceInset::clone() const
+auto_ptr<InsetBase> MathSpaceInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathSpaceInset(*this));
 }