X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphList_fwd.h;h=6784768525bdf5a2c9623ef50a4ee49ae902016d;hb=8c93f63b48a1b15d4f3e163b7305213f2f73879e;hp=8febea1383093182a74f21cce531cbbdbae0954a;hpb=0d43ba149a41e8860dde316ccbd4336d6b0bbdfa;p=lyx.git diff --git a/src/ParagraphList_fwd.h b/src/ParagraphList_fwd.h index 8febea1383..6784768525 100644 --- a/src/ParagraphList_fwd.h +++ b/src/ParagraphList_fwd.h @@ -12,22 +12,11 @@ #ifndef PARAGRAPH_LIST_FWD_H #define PARAGRAPH_LIST_FWD_H -#include +template +class RandomAccessList; class Paragraph; -class ParagraphList : public std::vector -{ -public: - /// - typedef std::vector base_type; - /// - ParagraphList(); - /// - template - ParagraphList(Iter beg, Iter end) - : base_type(beg, end) - {} -}; +typedef RandomAccessList ParagraphList; #endif