Hi, got errors during today compilation about abstract type

to solve it need to add to  
struct OSGImageOutputHandler : public nvtt::OutputHandler  
virtual void endImage(); 
and 
void NVTTProcessor::OSGImageOutputHandler::endImage()
{

}

... 


Thank you!

Cheers,
Roman

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=46761#46761





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to