X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph.h;h=79ae05e6d6023488724d38a04382a581fdf0bc79;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=15841b8ee4209915057b7873d5bc5f8d91bde897;hpb=566e084f63fb82a2f27e442e21539896f46e7dc6;p=lyx.git diff --git a/src/paragraph.h b/src/paragraph.h index 15841b8ee4..79ae05e6d6 100644 --- a/src/paragraph.h +++ b/src/paragraph.h @@ -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_;