Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 2:19:42 PM (16 years ago)
Author:
rgrieder
Message:
  • updated VC++ files
  • 3 tiny bugfixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/Identifier.cc

    r1056 r1059  
    155155    bool Identifier::isA(const Identifier* identifier) const
    156156    {
    157         return (identifier == this || (this->parents_.find(identifier) != this->children_->end()));
     157        return (identifier == this || (this->parents_.find(identifier) != this->parents_.end()));
    158158    }
    159159
Note: See TracChangeset for help on using the changeset viewer.