]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
visual mode for bidi cursor movement
[lyx.git] / src / mathed / InsetMathStackrel.h
index ca2de72e0b0c0f931529733c0aca30ec1fb053a8..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;