|
@@ -56,7 +56,8 @@ protected:
|
|
|
PhysicalNode(const PhysicalNode ©);
|
|
PhysicalNode(const PhysicalNode ©);
|
|
|
|
|
|
|
|
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() {
|