]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.C
Fix.
[lyx.git] / src / mathed / math_fracbase.C
index 13d5ae5f47487fe0b93df6c552c8dc1904d0fc2c..aca9f6fcf7ecbe212041148db59916efa77a71fa 100644 (file)
@@ -1,9 +1,5 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_fracbase.h"
-#include "math_mathmlstream.h"
 
 
 MathFracbaseInset::MathFracbaseInset()
@@ -30,6 +26,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;
 }