Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4019 in orxonox.OLD


Ignore:
Timestamp:
May 2, 2005, 11:03:01 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/factory.cc

    r4018 r4019  
    3232Factory::Factory (const char* name)
    3333{
    34   this->className = NULL;
     34  this->classname = NULL;
    3535  this->setClassname(name);
    3636  next = NULL;
Note: See TracChangeset for help on using the changeset viewer.