]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphList.h
hopefully fix tex2lyx linking.
[lyx.git] / src / ParagraphList.h
index 70c0ff1066ed164676fc22f65cb055c5de63df44..eab59c1e11aff3f632bd60e102d66d408bb02412 100644 (file)
 
 #include "support/RandomAccessList.h"
 
+
+namespace lyx {
+
 /// Container for all kind of Paragraphs used in Lyx.
 typedef RandomAccessList<Paragraph> ParagraphList;
 
+
+} // namespace lyx
+
 #endif