]> git.lyx.org Git - lyx.git/blobdiff - src/FontIterator.h
Change to use preffered calling of Boost.Function
[lyx.git] / src / FontIterator.h
index e52c67b17591fef5d314df0e758052c4214fb212..7d0250bd4de3240814c0ec55b1d0d4b1937294df 100644 (file)
@@ -32,7 +32,7 @@ class FontIterator : std::iterator<std::forward_iterator_tag, LyXFont>
 public:
        ///
        FontIterator(LyXText const & text, lyx::par_type pit, lyx::pos_type pos);
-       ///     
+       ///
        LyXFont operator*() const;
        ///
        FontIterator & operator++();