]> git.lyx.org Git - lyx.git/blobdiff - src/FontIterator.h
Clean-up FileFilterList API.
[lyx.git] / src / FontIterator.h
index e52c67b17591fef5d314df0e758052c4214fb212..99d82432f6cc55cdf20b0a508356199cdc19c7c3 100644 (file)
@@ -31,8 +31,8 @@ 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;
        ///
        FontIterator & operator++();
@@ -43,7 +43,7 @@ private:
        ///
        LyXText const & text_;
        ///
-       lyx::par_type pit_;
+       lyx::pit_type pit_;
        ///
        lyx::pos_type pos_;
        ///