X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph.h;h=79ae05e6d6023488724d38a04382a581fdf0bc79;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=fce517e7bec9c3af95c0fee49842704ea80fd448;hpb=42e43ec73d6410c1a66906ea401c78055a87ff76;p=lyx.git diff --git a/src/paragraph.h b/src/paragraph.h index fce517e7be..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" @@ -111,8 +112,6 @@ public: void setInsetOwner(UpdatableInset * inset); /// void deleteInsetsLyXText(BufferView *); - /// - void resizeInsetsLyXText(BufferView *); /// lyx::pos_type size() const; @@ -295,6 +294,9 @@ public: /// InsetList insetlist; + /// + mutable RowList rows; + private: /// LyXLayout_ptr layout_;