Page 2 of 2

Thanks a lot

Posted: Sat Feb 07, 2009 3:49 pm
by ehmad
Hey it works :) Thanks a lot

Posted: Mon Feb 09, 2009 2:06 am
by ulao
horvim wrote:How to fix your code to run in SVN?
It has an error:
"conversion from `irr::core::list<irr::scene::ISceneNode*>::ConstIterator' to non-scalar type `irr::core::list<irr::scene::ISceneNode*>::Iterator' requested"

Thanks a lot!
- I too get this error, not sure if there was a solution posted or not. If so I didnt understand the post. Is this because 1.5?

I was writing my own scene loader class when I saw this post, good thing I like the approach, is there no way to use this for 1.5?

Posted: Mon Feb 09, 2009 10:35 am
by hybrid
Simply write ConstIterator instead of Iterator