Changeset 691 for code/branches/FICN
- Timestamp:
- Dec 26, 2007, 11:36:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/Identifier.cc
r690 r691 55 55 56 56 /** 57 @brief Destructor: Deletes the name and theIdentifierList containing the children.57 @brief Destructor: Deletes the IdentifierList containing the children. 58 58 */ 59 59 Identifier::~Identifier() 60 60 { 61 delete &this->name_;62 61 delete this->children_; 63 62 }
Note: See TracChangeset
for help on using the changeset viewer.