On Mon, May 22, 2006 at 11:07:34PM +0200, Edwin Leuven wrote:
> +     for(int i=0; i<rowCount() ; ++i)

Mind your spacing. It's not LyX style all over the place.

        for (int i = 0; i < rowCount(); ++i)

And of course you could try to evaluate rowCount only once.

Andre'

Reply via email to