Changeset 3531 in orxonox.OLD for orxonox/trunk/src/lib/coord
- Timestamp:
- Mar 13, 2005, 10:50:43 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r3529 r3531 110 110 this->parent = NULL; 111 111 /* there is currently a problem with cleaning up - fix*/ 112 113 this->destroy(); 112 114 } 113 115 … … 128 130 /* this deletes all children in the list */ 129 131 this->children->destroy (); 132 133 static_cast<BaseObject*>(this)->destroy(); 130 134 } 131 135
Note: See TracChangeset
for help on using the changeset viewer.