Changeset 3543 in orxonox.OLD for orxonox/trunk/src/lib/coord/null_parent.cc
- Timestamp:
- Mar 14, 2005, 10:14:41 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/null_parent.cc
r3533 r3543 26 26 NullParent* NullParent::getInstance () 27 27 { 28 if( singletonRef == NULL)28 if(!singletonRef) 29 29 singletonRef = new NullParent (); 30 30 return singletonRef;
Note: See TracChangeset
for help on using the changeset viewer.