line 74. Replace:
to.push_back(fo_it);
with
to.push_back(&(*fo_it));
and thank Lars.
Angus
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) {
|
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-devel/src/frontends/controller