> 
> Relevant code:
>       RowList::const_iterator cit = rowlist.begin();
>       RowList::const_iterator end = rowlist.end();

change the above code so that you have

>       RowList::iterator end = rowlist.end();

And it will compile!

      Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450296
I-39100 Bozen           Web:     http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Words can never express what words can never express.

Reply via email to