]> git.lyx.org Git - lyx.git/blobdiff - src/pariterator.h
Partial fix bug 2092: branches not propagated to child documents
[lyx.git] / src / pariterator.h
index 2fbb0abb1a68a702e218ab13f8d9f1b32a14bcdc..1dbd705d7bdff5bd50804c50600a936e8cfcbded 100644 (file)
@@ -43,14 +43,14 @@ public:
 
 
        ///
-       ParIterator(InsetBase &, lyx::par_type pit);
+       ParIterator(InsetBase &, lyx::pit_type pit);
        ///
        ParIterator(ParIterator const &);
        ///
        ParIterator(DocIterator const &);
 
        /// This really should be implemented...
-       //void operator=(ParIterator const &);
+       //ParIterator & operator=(ParIterator const &);
        ///
        ParIterator & operator++();
        ///
@@ -62,9 +62,9 @@ public:
        ///
        Paragraph * operator->() const;
        /// This gives us the top-most parent paragraph
-       lyx::par_type outerPar() const;
+       lyx::pit_type outerPar() const;
        ///
-       lyx::par_type pit() const;
+       lyx::pit_type pit() const;
        ///
        ParagraphList & plist() const;
 };