Index: OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRNode.h
===================================================================
--- OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRNode.h (revision 11153)
+++ OpenSceneGraph/trunk/src/osgPlugins/fbx/fbxRNode.h (revision 11262)
@@ -11,5 +11,7 @@
 typedef std::map<std::pair<KFbxNode*, osgAnimation::RigGeometry*>, osg::Matrix> BindMatrixMap;
 
-osgAnimation::Skeleton* getSkeleton(KFbxNode*, std::map<KFbxNode*, osgAnimation::Skeleton*>&);
+osgAnimation::Skeleton* getSkeleton(KFbxNode*,
+    const std::set<const KFbxNode*>& fbxSkeletons,
+    std::map<KFbxNode*, osgAnimation::Skeleton*>&);
 
 osgDB::ReaderWriter::ReadResult readFbxNode(
@@ -22,4 +24,5 @@
     std::map<KFbxNode*, osg::Node*>& nodeMap,
     BindMatrixMap& boneBindMatrices,
+    const std::set<const KFbxNode*>& fbxSkeletons,
     std::map<KFbxNode*, osgAnimation::Skeleton*>& skeletonMap,
     const osgDB::Options* options = NULL);
