Changeset 1041 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Misc/OSGContainerPoolBase.cpp
- Timestamp:
- 01/24/08 15:11:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Misc/OSGContainerPoolBase.cpp
r1039 r1041 252 252 bool retVal = false; 253 253 254 if(pNewElem != NullFC)254 if(pNewElem == NullFC) 255 255 return retVal; 256 256
