]> git.lyx.org Git - lyx.git/blobdiff - src/FontIterator.C
Clean-up FileFilterList API.
[lyx.git] / src / FontIterator.C
index e32886eace53d6fde2976cc5130c705b156ccc58..17cb08763a2a8b676b234bd26cc4e1d2f1d1e2fb 100644 (file)
@@ -18,7 +18,7 @@
 #include "paragraph.h"
 
 
-FontIterator::FontIterator(LyXText const & text, lyx::par_type pit,
+FontIterator::FontIterator(LyXText const & text, lyx::pit_type pit,
                           lyx::pos_type pos)
        : text_(text), pit_(pit), pos_(pos),
          font_(text.getFont(text.getPar(pit), pos)),