]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
visual mode for bidi cursor movement
[lyx.git] / src / mathed / InsetMathStackrel.h
index e9537b4580482fa4b6075ff080c5f7239d3dba0e..834cc0c4e8f5dc6fa56ff387b3929e8992b028e3 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef MATH_STACKRELINSET_H
 #define MATH_STACKRELINSET_H
 
-#include "InsetMathFracBase.h"
+#include "InsetMathFrac.h"
 
 
 namespace lyx {
@@ -28,7 +28,7 @@ public:
        ///
        InsetMathStackrel();
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
 
@@ -37,7 +37,7 @@ public:
        ///
        void normalize(NormalStream &) const;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };