]> git.lyx.org Git - lyx.git/blobdiff - src/FontIterator.h
Clean-up FileFilterList API.
[lyx.git] / src / FontIterator.h
index 7d0250bd4de3240814c0ec55b1d0d4b1937294df..99d82432f6cc55cdf20b0a508356199cdc19c7c3 100644 (file)
@@ -31,7 +31,7 @@ class FontIterator : std::iterator<std::forward_iterator_tag, LyXFont>
 {
 public:
        ///
-       FontIterator(LyXText const & text, lyx::par_type pit, lyx::pos_type pos);
+       FontIterator(LyXText const & text, lyx::pit_type pit, lyx::pos_type pos);
        ///
        LyXFont operator*() const;
        ///
@@ -43,7 +43,7 @@ private:
        ///
        LyXText const & text_;
        ///
-       lyx::par_type pit_;
+       lyx::pit_type pit_;
        ///
        lyx::pos_type pos_;
        ///