On Sat, Mar 15, 2008 at 03:21:37AM +0100, Stefan Schimanski wrote: > > Am 15.03.2008 um 01:22 schrieb [EMAIL PROTECTED]: > >> +bool InsetMathNest::script(Cursor & cur, bool up) >> +{ >> + script(cur, up, docstring()); >> +} >> + >> + > > return script(cur, up, docstring()); ?
Erm, yes. Andre'