Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9377 in orxonox.OLD for branches/proxy/src/lib/util/loading


Ignore:
Timestamp:
Jul 21, 2006, 11:43:38 AM (18 years ago)
Author:
patrick
Message:

more string switching for outcommented stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/util/loading/load_param.cc

    r9371 r9377  
    164164{
    165165    // locating the class
    166     this->classDesc = LoadClassDescription::addClass(object->getClassName());
     166    this->classDesc = LoadClassDescription::addClass(object->getClassCName());
    167167
    168168    if ((this->paramDesc = this->classDesc->addParam(paramName)) != NULL)
Note: See TracChangeset for help on using the changeset viewer.