X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRowList_fwd.h;h=55e22ab1e2ccb1bc92878720c9f79d5c2bc53e8b;hb=e7ef29fa2d516b8593aa3cccb6548de5686e8a9a;hp=a86fae5e53ed64ca255893dad6f36fe69d3fc711;hpb=629f29ce80c514507b469072a30e39ddb00be29a;p=lyx.git diff --git a/src/RowList_fwd.h b/src/RowList_fwd.h index a86fae5e53..55e22ab1e2 100644 --- a/src/RowList_fwd.h +++ b/src/RowList_fwd.h @@ -12,10 +12,18 @@ #ifndef ROW_LIST_FWD_H #define ROW_LIST_FWD_H -#include +#include "lyxrow.h" -class Row; +#include +#include +/** + * Each paragraph is broken up into a number of rows on the screen. + * This is a list of such on-screen rows, ordered from the top row + * downwards. + */ typedef std::vector RowList; +/// +typedef std::map RowSignature; #endif