ya there was some difference. Now it works
in Q3CanavsPolygonal class it is defined as
virtual int rtti() const{}
but i declared it as member
virtual const int rtti() {}. How this declaration is diffrent from above? I am not awar of difference. It has become now C++ doubt.
now i had declare rtti() very same as in parent class and now it is working.
thanks jpn
Bookmarks