Browse Source

*** empty log message ***

David Rose 24 years ago
parent
commit
b09877ffb4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/chan/animGroup.h

+ 2 - 0
panda/src/chan/animGroup.h

@@ -47,10 +47,12 @@ public:
   // This is the normal AnimGroup constructor.
   // This is the normal AnimGroup constructor.
   AnimGroup(AnimGroup *parent, const string &name);
   AnimGroup(AnimGroup *parent, const string &name);
 
 
+PUBLISHED:
   int get_num_children() const;
   int get_num_children() const;
   AnimGroup *get_child(int n) const;
   AnimGroup *get_child(int n) const;
   AnimGroup *find_child(const string &name) const;
   AnimGroup *find_child(const string &name) const;
 
 
+public:
   virtual TypeHandle get_value_type() const;
   virtual TypeHandle get_value_type() const;
 
 
   void sort_descendants();
   void sort_descendants();