On Monday 24 September 2001 15:05, Juergen Vigna wrote:
> On 24-Sep-2001 Angus Leeming wrote:
> 
> > InsetERT::selectNextWordToSpellcheck now returns string().
> 
> Well does it unlock itself? 

No it didn't.

> The function should look like:
> 
> string const InsetERT::selectNextWordToSpellcheck(BufferView * bv, float &) 
const
> {
>         bv->unlockInset(const_cast<InsetERT *>(this));
>         return string();
> }
> 
> Does this help?

Yes it does! All works correctly, so I've committed it.
Angus

Reply via email to