Moved all references to osg::Cloner to osg::CopyOp.
This commit is contained in:
@@ -20,8 +20,8 @@ class SG_EXPORT Geode : public Node
|
||||
|
||||
Geode();
|
||||
|
||||
/** Copy constructor using Cloner to manage deep vs shallow copy.*/
|
||||
Geode(const Geode&,const Cloner& cloner=ShallowCopy());
|
||||
/** Copy constructor using CopyOp to manage deep vs shallow copy.*/
|
||||
Geode(const Geode&,const CopyOp& copyop=CopyOp::SHALLOW_COPY);
|
||||
|
||||
META_Node(Geode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user