]> git.lyx.org Git - lyx.git/blobdiff - src/FontIterator.h
Fix bug 886 and others not reported related with the document paper size.
[lyx.git] / src / FontIterator.h
index 7776f5f4df18eeed8a813ace4bddd225fbdb893c..262d7f90017da7dbd99074c5b3aec25a9691e496 100644 (file)
@@ -34,7 +34,7 @@ public:
        ///
        FontIterator(LyXText const & text, Paragraph const & par, lyx::pos_type pos);
        ///
-       LyXFont operator*() const;
+       LyXFont const & operator*() const;
        ///
        FontIterator & operator++();
        ///