Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4239 in orxonox.OLD for orxonox/branches/levelLoader/src/factory.cc


Ignore:
Timestamp:
May 20, 2005, 2:44:10 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/levelLoader: factory not in stdincl anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelLoader/src/factory.cc

    r4020 r4239  
    8888}
    8989
    90 const char* grabParameter( TiXmlElement* root, const char* name)
     90const char* grabParameter(const TiXmlElement* root, const char* name)
    9191{
    92   TiXmlElement* element;
    93   TiXmlNode* node;
     92  const TiXmlElement* element;
     93  const TiXmlNode* node;
    9494       
    9595  assert( root != NULL);
Note: See TracChangeset for help on using the changeset viewer.