Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 2, 2006, 5:39:33 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: the Shell's text is resized again :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/lang/object_list.cc

    r9805 r9864  
    4444  assert(!ObjectListBase::classIDExists(id) && "Classes should only be included once, and no two classes should have the same ID (key value)");
    4545
    46   _id = id;
     46  this->_id = id;
    4747  /// Some Output, that will fall out later
    4848  //  std::cout << "register new ObjectList " << className << " ID: " << this->_id << std::endl;
Note: See TracChangeset for help on using the changeset viewer.