]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binaryopinset.C
Make Helge happy: no more crash on arrow up/down in math macro
[lyx.git] / src / mathed / math_binaryopinset.C
index ce6dc2c5ace9dd46ae2e73d75351d4577557bdb5..26a4df7fca6da714b285f7c32b3d23188f80c925 100644 (file)
@@ -12,7 +12,7 @@
 #include <config.h>
 
 #include "math_binaryopinset.h"
-#include "PainterInfo.h"
+#include "metricsinfo.h"
 #include "support/std_ostream.h"
 #include "math_support.h"
 #include "math_mathmlstream.h"
@@ -26,7 +26,7 @@ MathBinaryOpInset::MathBinaryOpInset(char op)
 {}
 
 
-auto_ptr<InsetBase> MathBinaryOpInset::clone() const
+std::auto_ptr<InsetBase> MathBinaryOpInset::clone() const
 {
        return auto_ptr<InsetBase>(new MathBinaryOpInset(*this));
 }