]> git.lyx.org Git - lyx.git/blobdiff - src/pariterator.h
changelogs
[lyx.git] / src / pariterator.h
index 5f8281de7ce0fa85fd27617f65c1f434b99f1a00..1dbd705d7bdff5bd50804c50600a936e8cfcbded 100644 (file)
@@ -43,7 +43,7 @@ public:
 
 
        ///
-       ParIterator(InsetBase &, lyx::par_type pit);
+       ParIterator(InsetBase &, lyx::pit_type pit);
        ///
        ParIterator(ParIterator const &);
        ///
@@ -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;
 };