- Timestamp:
- Nov 4, 2015, 10:25:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/modules/pickup/CollectiblePickup.h
r9348 r10765 69 69 */ 70 70 bool isInCollection(void) const 71 { return this->collection_ != NULL; }71 { return this->collection_ != nullptr; } 72 72 73 73 private:
Note: See TracChangeset
for help on using the changeset viewer.