]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.cpp
Try to deal with one of the big problems here, namely, that we
[lyx.git] / src / lyxfind.cpp
index 90c76a07baedc7499af56a46c1d24b8c326ec0d2..8b2c9343592c3ae952978a3de8194c20842810c0 100644 (file)
@@ -794,7 +794,7 @@ docstring stringifyFromCursor(DocIterator const & cur, int len)
                        // No side effect of file copying and image conversion
                        runparams.dryrun = true;
                        LYXERR(Debug::FIND, "Stringifying with cur: " 
-                               < cur << ", from pos: " << cur.pos() << ", end: " << end);
+                               << cur << ", from pos: " << cur.pos() << ", end: " << end);
                        return par.stringify(cur.pos(), end, AS_STR_INSETS, runparams);
        } else if (cur.inMathed()) {
                        odocstringstream os;