Browse Source

*** empty log message ***

Dave Schuyler 22 years ago
parent
commit
c395c24fa5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      panda/src/physics/physicalNode.h

+ 2 - 1
panda/src/physics/physicalNode.h

@@ -56,7 +56,8 @@ protected:
   PhysicalNode(const PhysicalNode &copy);
   PhysicalNode(const PhysicalNode &copy);
 
 
 private:
 private:
-  pvector< PT(Physical) > _physicals;
+  typedef pvector<PT(Physical)> PhysicalsVector;
+  PhysicalsVector _physicals;
 
 
 public:
 public:
   static TypeHandle get_class_type() {
   static TypeHandle get_class_type() {