]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/animation.hxx
Improved tile cache priority scheme.
[simgear.git] / simgear / scene / model / animation.hxx
index 4ea07fd271ca12cbd35b543e2c8e0728585c3cad..ae4eaead9abfc70be9bedd2a1cb244be52c3af60 100644 (file)
@@ -232,8 +232,6 @@ public:
   SGSelectAnimation(const SGPropertyNode* configNode,
                     SGPropertyNode* modelRoot);
   virtual osg::Group* createAnimationGroup(osg::Group& parent);
-private:
-  class UpdateCallback;
 };
 
 \f
@@ -342,6 +340,7 @@ public:
   virtual osg::Group* createAnimationGroup(osg::Group& parent);
 private:
   class PickCallback;
+  class VncCallback;
 };
 
 #endif // _SG_ANIMATION_HXX