[EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/src/ > Changes by: [EMAIL PROTECTED] 04/03/01 11:46:59 > > Modified files: > lyx-devel/src/: ChangeLog Makefile.am lyxtext.h text.C > Added files: > lyx-devel/src/: FontIterator.C FontIterator.h > > Log message: > move FontIterator to own files > > Patches:
There doesn't seem to be any reason why operator-> is not const... class FontIterator : std::iterator<std::forward_iterator_tag, LyXFont> { LyXFont * operator->(); -- Angus