Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6070 in orxonox.OLD for trunk/src/lib/coord/null_parent.cc


Ignore:
Timestamp:
Dec 12, 2005, 6:13:31 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: suppression file and minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/null_parent.cc

    r5300 r6070  
    3333  this->setName("NullParent");
    3434
     35  while (!this->getNodesChildren().empty())
     36    delete this->getNodesChildren().front();
     37
    3538  this->setParentMode(PNODE_ALL);
    3639  NullParent::singletonRef = this;
Note: See TracChangeset for help on using the changeset viewer.