Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 691


Ignore:
Timestamp:
Dec 26, 2007, 11:36:11 PM (16 years ago)
Author:
landauf
Message:

removed a stupid line (thanks reto)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/Identifier.cc

    r690 r691  
    5555
    5656    /**
    57         @brief Destructor: Deletes the name and the IdentifierList containing the children.
     57        @brief Destructor: Deletes the IdentifierList containing the children.
    5858    */
    5959    Identifier::~Identifier()
    6060    {
    61         delete &this->name_;
    6261        delete this->children_;
    6362    }
Note: See TracChangeset for help on using the changeset viewer.