Introduced a destruct method to help clean up the Registry.
This commit is contained in:
@@ -438,6 +438,9 @@ class OSGDB_EXPORT Registry : public osg::Referenced
|
||||
};
|
||||
|
||||
protected:
|
||||
|
||||
void destruct();
|
||||
|
||||
// forward declare helper classes
|
||||
struct ReadObjectFunctor;
|
||||
struct ReadImageFunctor;
|
||||
|
||||
Reference in New Issue
Block a user