X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphList_fwd.h;h=0c8aa6c205c570af99513e74ad07852528e47312;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=6784768525bdf5a2c9623ef50a4ee49ae902016d;hpb=9d6cad3fe60696d795280a886623fdc9a89f9de6;p=lyx.git diff --git a/src/ParagraphList_fwd.h b/src/ParagraphList_fwd.h index 6784768525..0c8aa6c205 100644 --- a/src/ParagraphList_fwd.h +++ b/src/ParagraphList_fwd.h @@ -12,6 +12,8 @@ #ifndef PARAGRAPH_LIST_FWD_H #define PARAGRAPH_LIST_FWD_H +namespace lyx { + template class RandomAccessList; @@ -19,4 +21,6 @@ class Paragraph; typedef RandomAccessList ParagraphList; +} // namespace lyx + #endif