]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.C
more cursor dispatch
[lyx.git] / src / Bidi.C
index 52ae106e7e2d186712c1eb83a47b4bbbb672969a..86a6f8defcf4535263dbb6b31558efbee61cc0b6 100644 (file)
@@ -94,7 +94,7 @@ void Bidi::computeTables(Paragraph const & par,
        int lev = 0;
        bool rtl = false;
        bool rtl0 = false;
-       pos_type const body_pos = par.beginningOfBody();
+       pos_type const body_pos = par.beginOfBody();
 
        for (pos_type lpos = start_; lpos <= end_; ++lpos) {
                bool is_space = par.isLineSeparator(lpos);