From: Braden M. <br...@en...> - 2007-01-16 05:08:58
|
On Tue, 2007-01-16 at 10:34 +1300, Philip Lamb wrote: > Solved it.. the insert_background method was being subclassed in the > old code, but as the prototype for insert_background has changed > between OpenVRML 0.14.3 and now, the subclassed method was not being > called. Changed the prototype and now it works again. FYI, gcc's -Woverloaded-virtual is good for catching this kind of thing. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |