]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / paragraph.h
index 15841b8ee4209915057b7873d5bc5f8d91bde897..79ae05e6d6023488724d38a04382a581fdf0bc79 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "support/types.h"
 #include "changes.h"
+#include "RowList.h"
 
 #include "LString.h"
 
@@ -293,6 +294,9 @@ public:
        ///
        InsetList insetlist;
 
+       ///
+       mutable RowList rows;
+
 private:
        ///
        LyXLayout_ptr layout_;