]> git.lyx.org Git - lyx.git/blobdiff - src/pariterator.h
changelogs
[lyx.git] / src / pariterator.h
index 90e93f1842fc31b135dc2f9b678d13093b626f02..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 &);
 
-       ///
-       void operator=(ParIterator const &);
+       /// This really should be implemented...
+       //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;
 };