X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FRowList_fwd.h;h=168bf6ef709e3441fead0c6c55c9233bae3b206e;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=c1a4de1cf1ff6c9c1e62e78a5501beaf9e4c62bf;hpb=e22c5f4d97b53a5d2adcbf7bbc7ba2dd40ef40de;p=lyx.git diff --git a/src/RowList_fwd.h b/src/RowList_fwd.h index c1a4de1cf1..168bf6ef70 100644 --- a/src/RowList_fwd.h +++ b/src/RowList_fwd.h @@ -15,6 +15,10 @@ #include "lyxrow.h" #include +#include + + +namespace lyx { /** * Each paragraph is broken up into a number of rows on the screen. @@ -22,5 +26,10 @@ * downwards. */ typedef std::vector RowList; +/// +typedef std::vector RowSignature; + + +} // namespace lyx #endif