Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5279 in orxonox.OLD for trunk/src/util/loading/load_param.h


Ignore:
Timestamp:
Oct 4, 2005, 9:20:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: almost mac compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/load_param.h

    r5226 r5279  
    307307    {
    308308      const TiXmlElement* elem = root->FirstChildElement(paramName);
    309       if (likely(elem != NULL))
     309      if (elem != NULL)
    310310        (*pt2Object.*function)(elem);
    311311      else
Note: See TracChangeset for help on using the changeset viewer.