]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.C
Fix reading of math macros
[lyx.git] / src / mathed / math_fracbase.C
index 13d5ae5f47487fe0b93df6c552c8dc1904d0fc2c..ef0ca38f4613510c5afc6d2d0f9d2008c4ae5172 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 
 #include "math_fracbase.h"
-#include "math_mathmlstream.h"
 
 
 MathFracbaseInset::MathFracbaseInset()
@@ -30,6 +29,6 @@ bool MathFracbaseInset::idxUpDown(idx_type & idx, pos_type & pos, bool up,
        if (idx == target)
                return false;
        idx = target;
-       pos = xcell(idx).x2pos(targetx);
+       pos = cell(idx).x2pos(targetx);
        return true;
 }