]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphList.h
Almost fix 'make check'. The only remaining problem is an undefined
[lyx.git] / src / ParagraphList.h
index 70c0ff1066ed164676fc22f65cb055c5de63df44..649df312d366bc922acbe874d58c8d9aa496732d 100644 (file)
@@ -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.
  *
 
 #include "support/RandomAccessList.h"
 
+
+namespace lyx {
+
 /// Container for all kind of Paragraphs used in Lyx.
 typedef RandomAccessList<Paragraph> ParagraphList;
 
+
+} // namespace lyx
+
 #endif