]> git.lyx.org Git - lyx.git/blobdiff - src/Row.cpp
* docstream: factorize out some code and introduce odocfstream::reset()
[lyx.git] / src / Row.cpp
index 5b3a8fc76262f01be4a1dcafb05bb79723c088e8..f4e62014358740360967da486a3db4f32109848f 100644 (file)
@@ -17,7 +17,7 @@
 #include <config.h>
 
 #include "Row.h"
-#include "debug.h"
+#include "support/debug.h"
 
 
 namespace lyx {
@@ -80,11 +80,10 @@ void Row::setSelection(pos_type beg, pos_type end)
 
 void Row::dump(char const * s) const
 {
-       lyxerr << s << " pos: " << pos_ << " end: " << end_
+       LYXERR0(s << " pos: " << pos_ << " end: " << end_
                << " width: " << dim_.wid
                << " ascent: " << dim_.asc
-               << " descent: " << dim_.des
-               << std::endl;
+               << " descent: " << dim_.des);
 }