Moved all references to osg::Cloner to osg::CopyOp.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
using namespace osg;
|
||||
|
||||
Object::Object(const Object&,const Cloner&):
|
||||
Object::Object(const Object&,const CopyOp&):
|
||||
Referenced() {}
|
||||
|
||||
Reference in New Issue
Block a user