]> git.mxchange.org Git - simgear.git/commitdiff
Fix a typo.
authorehofman <ehofman>
Mon, 11 Oct 2004 07:56:08 +0000 (07:56 +0000)
committerehofman <ehofman>
Mon, 11 Oct 2004 07:56:08 +0000 (07:56 +0000)
simgear/scene/model/model.hxx

index 4725081cbf8fff83c519afe864723568fcba7087..e995c1208d09a8aa20124ef9dbcafe6fe3778b87 100644 (file)
 #endif
 
 #include <vector>
+#include <set>
 
 SG_USING_STD(vector);
+SG_USING_STD(set);
 
 #include <plib/sg.h>
 #include <plib/ssg.h>
@@ -64,7 +66,7 @@ sgMakeAnimation( ssgBranch * model,
                  SGPropertyNode *prop_root,
                  SGPropertyNode_ptr node,
                  double sim_time_sec,
-                 vector<ssgBranch *> &ignore_branches );
+                 set<ssgBranch *> &ignore_branches );
 
 /**
  * Set the filter state on models