Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5279 in orxonox.OLD for trunk/src/util


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

orxonox/trunk: almost mac compatibility

Location:
trunk/src/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/fast_factory.h

    r4980 r5279  
    8383
    8484    /** generates a new Object of the Class T */
    85     virtual void fabricate() = NULL;
     85    virtual void fabricate() = 0;
    8686
    8787  private:
  • 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.