Re: lyx-devel src/: ChangeLog Makefile.am lyxtext.h text.C src ...

2004-03-01 Thread Alfredo Braunstein
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

Re: lyx-devel src/: ChangeLog Makefile.am lyxtext.h text.C src ...

2004-03-01 Thread Angus Leeming
[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