]> git.lyx.org Git - lyx.git/blobdiff - src/text2.C
some changes to make some compilers somewhat happier
[lyx.git] / src / text2.C
index 19ad0bdc1d4517f45c1b2bef7c94a0bc73ffeeb1..2437cf1570a22fa39762af7389e922135b6ff5d3 100644 (file)
@@ -2124,7 +2124,7 @@ void LyXText::setCursor(BufferView * bview, LyXCursor & cur, Paragraph * par,
        float fill_hfill;
        float fill_label_hfill;
        prepareToPrint(bview, row, x, fill_separator, fill_hfill,
-                      fill_label_hfill);
+                      fill_label_hfill);
        pos_type cursor_vpos = 0;
        pos_type last = rowLastPrintable(row);