]> git.lyx.org Git - lyx.git/blobdiff - src/iterators.h
Point fix, earlier forgotten
[lyx.git] / src / iterators.h
index 0765eb76fb5599fbae34bfbd8a9c818593b297b1..b9446a94ce01999c062ebf9cff5b0e87c7dd7627 100644 (file)
@@ -6,7 +6,7 @@
  * \author unknown
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef ITERATORS_H
@@ -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;