make Transform2SG keep a reference-counting pointer to its node

This commit is contained in:
David Rose 2009-04-20 15:10:00 +00:00
parent 10ab4cc8b9
commit f486d3c152

View File

@ -35,7 +35,7 @@ PUBLISHED:
PandaNode *get_node() const;
private:
PandaNode *_node;
PT(PandaNode) _node;
protected:
// Inherited from DataNode