]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.C
Add margin to paragraph dialog.
[lyx.git] / src / paragraph_funcs.C
index 4ec57ef3eed6e957a8e90b7da21ed677d4460512..5b4dd00a3f760ad4c10151d85a00973175aa3e64 100644 (file)
@@ -188,7 +188,7 @@ void mergeParagraph(BufferParams const & bparams,
        // marked as unmodified. Otherwise, its change is adopted by the first
        // character of the next paragraph.
        if (par.lookupChange(par.size()).type != Change::UNCHANGED) {
-               lyxerr[Debug::CHANGES] <<
+               LYXERR(Debug::CHANGES) <<
                   "merging par with inserted/deleted end-of-par character" << endl;
                par.setChange(par.size(), Change(Change::UNCHANGED));
        }