Re: Odd error with g++



Fixed it.

I did a little bit more research and just tried something... and it
worked. I just added virtual to my deconstructor.

Any ideas as to why that would fix it? What does the deconstructor
being virtual have to do with a method of being virtual?

Thanks for your help

.