Bläddra i källkod

*** empty log message ***

David Rose 24 år sedan
förälder
incheckning
b09877ffb4
1 ändrade filer med 2 tillägg och 0 borttagningar
  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.
   AnimGroup(AnimGroup *parent, const string &name);
 
+PUBLISHED:
   int get_num_children() const;
   AnimGroup *get_child(int n) const;
   AnimGroup *find_child(const string &name) const;
 
+public:
   virtual TypeHandle get_value_type() const;
 
   void sort_descendants();