Angus Leeming wrote:
> There doesn't seem to be any reason why operator-> is not const...
It returns a non-const pointer to a member. We could provide both versions,
but let's do it when we need it. (neither of them are strictly required)
> class FontIterator : std::iterator
> {
> LyXFon
[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/: FontIter