X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphList.h;h=eab59c1e11aff3f632bd60e102d66d408bb02412;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=70c0ff1066ed164676fc22f65cb055c5de63df44;hpb=9d6cad3fe60696d795280a886623fdc9a89f9de6;p=lyx.git diff --git a/src/ParagraphList.h b/src/ParagraphList.h index 70c0ff1066..eab59c1e11 100644 --- a/src/ParagraphList.h +++ b/src/ParagraphList.h @@ -16,7 +16,13 @@ #include "support/RandomAccessList.h" + +namespace lyx { + /// Container for all kind of Paragraphs used in Lyx. typedef RandomAccessList ParagraphList; + +} // namespace lyx + #endif