]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / mathed / math_exintinset.C
index d9f7a982a971eedb5ddf4aacffab2c6c9aeb8573..f044f5134048cf6ca8d293d50963d9c00f778a8e 100644 (file)
@@ -10,6 +10,7 @@
 #include <boost/scoped_ptr.hpp>
 
 using std::auto_ptr;
+using std::endl;
 
 
 MathExIntInset::MathExIntInset(string const & name)
@@ -51,13 +52,13 @@ void MathExIntInset::normalize(NormalStream & os) const
 
 void MathExIntInset::metrics(MetricsInfo &, Dimension &) const
 {
-       lyxerr << "should not happen\n";
+       lyxerr << "should not happen" << endl;
 }
 
 
 void MathExIntInset::draw(PainterInfo &, int, int) const
 {
-       lyxerr << "should not happen\n";
+       lyxerr << "should not happen" << endl;
 }
 
 
@@ -127,5 +128,5 @@ void MathExIntInset::mathmlize(MathMLStream & os) const
 
 void MathExIntInset::write(WriteStream &) const
 {
-       lyxerr << "should not happen\n";
+       lyxerr << "should not happen" << endl;
 }