- Timestamp:
- Nov 4, 2015, 10:25:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/tools/ResourceCollection.cc
r9667 r10765 93 93 { 94 94 if (index >= resourceLocations_.size()) 95 return NULL;95 return nullptr; 96 96 else 97 97 return resourceLocations_[index];
Note: See TracChangeset
for help on using the changeset viewer.