Jean-Marc Lasgouttes wrote:
"younes" == younes <[EMAIL PROTECTED]> writes:
younes> URL: http://www.lyx.org/trac/changeset/16652
younes> Log: tiny optimisation.
younes> + InsetBase * nextinset = nextInset();
This could even be const.
Actually no, because of asInsetMath().
Abdel.
Jean-Marc Lasgouttes wrote:
"younes" == younes <[EMAIL PROTECTED]> writes:
younes> URL: http://www.lyx.org/trac/changeset/16652
younes> Log: tiny optimisation.
younes> + InsetBase * nextinset = nextInset();
This could even be const.
Indeed. I'll do the change.
Thanks,
Abdel.
> "younes" == younes <[EMAIL PROTECTED]> writes:
younes> URL: http://www.lyx.org/trac/changeset/16652
younes> Log: tiny optimisation.
younes> + InsetBase * nextinset = nextInset();
This could even be const.
MJarc