]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/util/DeletionManager.hxx
Work around apparent OSG 3.2.0 normal binding bug.
[simgear.git] / simgear / scene / util / DeletionManager.hxx
index 82d7410dcfeecb53b82aca29112fb64fb3d5a027..47fb7d24b0e36935681a6d9ffdee73bd1a9459fd 100644 (file)
@@ -38,6 +38,7 @@ public:
                         osg::Object* object, osg::NodeVisitor* nv);
     void addStaleObject(osg::Referenced* obj);
     static void install(osg::Node* node);
+    static void uninstall(osg::Node* node);
     static DeletionManager* instance();
 protected:
     OpenThreads::Mutex _mutex;