X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphList.h;h=649df312d366bc922acbe874d58c8d9aa496732d;hb=8765ab59cdddad67284007813ef25934ea0042ce;hp=70c0ff1066ed164676fc22f65cb055c5de63df44;hpb=9d6cad3fe60696d795280a886623fdc9a89f9de6;p=lyx.git diff --git a/src/ParagraphList.h b/src/ParagraphList.h index 70c0ff1066..649df312d3 100644 --- a/src/ParagraphList.h +++ b/src/ParagraphList.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file ParagraphList_fwd.h + * \file ParagraphList.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -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