Re: ControlSendto.C fails to compile

2002-03-07 Thread Angus Leeming
line 74. Replace: to.push_back(fo_it); with to.push_back(&(*fo_it)); and thank Lars. Angus

Re: ControlSendto.C

2002-03-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Incidentally, in FormSendto.C I have: > | vector::iterator result = keys.begin(); | vector::const_iterator it = all_formats_.begin(); | vector::const_iterator end = all_formats_.end(); | for (; it != end; ++it, ++result) { |

Re: ControlSendto.C

2002-03-07 Thread Angus Leeming
On Thursday 07 March 2002 4:48 pm, Lars Gullik Bjønnes wrote: > I had to apply this to make it compile: > > Index: src/frontends/controllers/ControlSendto.C > === > RCS file: /usr/local/lyx/cvsroot/lyx-deve

ControlSendto.C

2002-03-07 Thread Lars Gullik Bjønnes
I had to apply this to make it compile: Index: src/frontends/controllers/ControlSendto.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ControlSendto.C,v retrieving revision 1.2 diff -u -p -r1.2