]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.C
Fix bug 2474; partial fix for 1777. Added last_reference_ member to QRef class and...
[lyx.git] / src / paragraph_funcs.C
index 4ec57ef3eed6e957a8e90b7da21ed677d4460512..76c99d685f8c0fdbbe3ccac026f747d7c50dae6f 100644 (file)
 #include "paragraph_funcs.h"
 
 #include "bufferparams.h"
-#include "lyxtext.h"
-#include "paragraph_pimpl.h"
 #include "debug.h"
+#include "lyxtext.h"
+#include "paragraph.h"
+#include "ParagraphParameters.h"
 
 
 namespace lyx {
@@ -188,7 +189,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));
        }