X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontIterator.h;h=ce5d9369cff598c20b870a38afb87f1ce164f5b6;hb=e995e8556bd670c7183bab7e105073a5f4ccfbc0;hp=b5417877df4f5891fed94ae560bce4e9e6422086;hpb=d35d25460b57c14e67a26c593881dfff31b35da5;p=lyx.git diff --git a/src/FontIterator.h b/src/FontIterator.h index b5417877df..ce5d9369cf 100644 --- a/src/FontIterator.h +++ b/src/FontIterator.h @@ -31,12 +31,12 @@ class Paragraph; class TextMetrics; -class FontIterator : std::iterator +class FontIterator { public: /// FontIterator(TextMetrics const & tm, - Paragraph const & par, pos_type pos); + Paragraph const & par, pit_type pit, pos_type pos); /// Font const & operator*() const; /// @@ -50,6 +50,8 @@ private: /// Paragraph const & par_; /// + pit_type pit_; + /// pos_type pos_; /// Font font_;