Introduced a destruct method to help clean up the Registry.

This commit is contained in:
Robert Osfield
2007-06-07 11:19:02 +00:00
parent 9064895b91
commit 3b1c5c3b96
2 changed files with 10 additions and 1 deletions

View File

@@ -438,6 +438,9 @@ class OSGDB_EXPORT Registry : public osg::Referenced
};
protected:
void destruct();
// forward declare helper classes
struct ReadObjectFunctor;
struct ReadImageFunctor;