]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.cpp
Fix bug 5374
[lyx.git] / src / lyxfind.cpp
index 00bc9d51def3f9f1de0699839ef86cdf9979c61a..0cfd2cf86861d80a20468cad3250419f90160c20 100644 (file)
@@ -158,7 +158,7 @@ int replaceAll(BufferView * bv,
        cur.setCursor(doc_iterator_begin(buf.inset()));
        while (findForward(cur, match, false)) {
                pos_type pos = cur.pos();
-               Font const font
+               Font const font
                        = cur.paragraph().getFontSettings(buf.params(), pos);
                cur.recordUndo();
                int striked = ssize - cur.paragraph().eraseChars(pos, pos + ssize,