X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontIterator.h;h=7776f5f4df18eeed8a813ace4bddd225fbdb893c;hb=6a55be9506b112110826cf63bc21786044569f1d;hp=7d0250bd4de3240814c0ec55b1d0d4b1937294df;hpb=68b7ef25fb7d2da230d3eb11d6737701abfc2e64;p=lyx.git diff --git a/src/FontIterator.h b/src/FontIterator.h index 7d0250bd4d..7776f5f4df 100644 --- a/src/FontIterator.h +++ b/src/FontIterator.h @@ -25,13 +25,14 @@ #include "support/types.h" class LyXText; +class Paragraph; class FontIterator : std::iterator { public: /// - FontIterator(LyXText const & text, lyx::par_type pit, lyx::pos_type pos); + FontIterator(LyXText const & text, Paragraph const & par, lyx::pos_type pos); /// LyXFont operator*() const; /// @@ -43,7 +44,7 @@ private: /// LyXText const & text_; /// - lyx::par_type pit_; + Paragraph const & par_; /// lyx::pos_type pos_; ///