Changeset 5279 in orxonox.OLD for trunk/src/util/loading
- Timestamp:
- Oct 4, 2005, 9:20:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/load_param.h
r5226 r5279 307 307 { 308 308 const TiXmlElement* elem = root->FirstChildElement(paramName); 309 if ( likely(elem != NULL))309 if (elem != NULL) 310 310 (*pt2Object.*function)(elem); 311 311 else
Note: See TracChangeset
for help on using the changeset viewer.