]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphList_fwd.h
* support/qstring_helpers.h: erase ucs4_to_qstring() method.
[lyx.git] / src / ParagraphList_fwd.h
index 6784768525bdf5a2c9623ef50a4ee49ae902016d..0c8aa6c205c570af99513e74ad07852528e47312 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef PARAGRAPH_LIST_FWD_H
 #define PARAGRAPH_LIST_FWD_H
 
+namespace lyx {
+
 template <class T>
 class RandomAccessList;
 
@@ -19,4 +21,6 @@ class Paragraph;
 
 typedef RandomAccessList<Paragraph> ParagraphList;
 
+} // namespace lyx
+
 #endif