]> git.lyx.org Git - lyx.git/blobdiff - src/iterators.h
ws changes only
[lyx.git] / src / iterators.h
index 7a6eff9973984db6a59efbdd721a17d1767165cc..8a7ea614a6d34a28f3a76fbd62cd28f2a0b61392 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef ITERATORS_H
 #define ITERATORS_H
 
-#include "ParagraphList.h"
+#include "ParagraphList_fwd.h"
 
 #include <boost/scoped_ptr.hpp>
 
@@ -71,6 +71,8 @@ public:
        Paragraph const & operator*() const;
        ///
        ParagraphList::const_iterator operator->() const;
+       ///
+       ParagraphList const & plist() const;
 
        /// depth of nesting
        size_t size() const;