X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRowList_fwd.h;h=168bf6ef709e3441fead0c6c55c9233bae3b206e;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=55e22ab1e2ccb1bc92878720c9f79d5c2bc53e8b;hpb=e7ef29fa2d516b8593aa3cccb6548de5686e8a9a;p=lyx.git diff --git a/src/RowList_fwd.h b/src/RowList_fwd.h index 55e22ab1e2..168bf6ef70 100644 --- a/src/RowList_fwd.h +++ b/src/RowList_fwd.h @@ -17,6 +17,9 @@ #include #include + +namespace lyx { + /** * 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 @@ -24,6 +27,9 @@ */ typedef std::vector RowList; /// -typedef std::map RowSignature; +typedef std::vector RowSignature; + + +} // namespace lyx #endif