]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
partial framebox support
[lyx.git] / src / paragraph.C
index 2f668a362db883d98499d7f4ad53b58b735f2b6a..fe8cf4f368657cfa9632ceb52f6f3a82215597b4 100644 (file)
@@ -166,7 +166,7 @@ Paragraph::~Paragraph()
 
 void Paragraph::write(Buffer const * buf, ostream & os,
                          BufferParams const & bparams,
-                         depth_type dth) const
+                         depth_type dth) const
 {
        // The beginning or end of a deeper (i.e. nested) area?
        if (dth != params().depth()) {