]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.cpp
Move Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to frontends/qt4/
[lyx.git] / src / paragraph_funcs.cpp
index 96703388426688cd3fa3b37bb9f2b85d07ce8cdd..46d4c17a01354d83216ab63cc31cb717b2ca8d9f 100644 (file)
@@ -20,6 +20,7 @@
 #include "Paragraph.h"
 #include "ParagraphParameters.h"
 #include "Text.h"
+#include "TextClass.h"
 
 #include <boost/next_prior.hpp>
 
@@ -195,8 +196,8 @@ 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) <<
-                  "merging par with inserted/deleted end-of-par character" << endl;
+               LYXERR(Debug::CHANGES,
+                  "merging par with inserted/deleted end-of-par character");
                par.setChange(par.size(), Change(Change::UNCHANGED));
        }