X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphList.h;h=eab59c1e11aff3f632bd60e102d66d408bb02412;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=6cb7da38c194314fe55bdfe167abef239aaba032;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/ParagraphList.h b/src/ParagraphList.h index 6cb7da38c1..eab59c1e11 100644 --- a/src/ParagraphList.h +++ b/src/ParagraphList.h @@ -1,10 +1,10 @@ // -*- C++ -*- /** - * \file ParagraphList.h + * \file ParagraphList_fwd.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Angus Leeming * * Full author contact details are available in file CREDITS. */ @@ -14,12 +14,15 @@ #include "paragraph.h" -#include +#include "support/RandomAccessList.h" -struct ParagraphList : public std::list -{ -}; -typedef std::pair PitPosPair; +namespace lyx { + +/// Container for all kind of Paragraphs used in Lyx. +typedef RandomAccessList ParagraphList; + + +} // namespace lyx #endif