Changeset 11071 for code/trunk/src/libraries/tools/ResourceCollection.cc
- Timestamp:
- Jan 17, 2016, 10:29:21 PM (9 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/tools/ResourceCollection.cc
r9667 r11071 48 48 } 49 49 50 ResourceCollection::~ResourceCollection()51 {52 }53 54 50 void ResourceCollection::XMLPort(Element& xmlelement, XMLPort::Mode mode) 55 51 { … … 93 89 { 94 90 if (index >= resourceLocations_.size()) 95 return NULL;91 return nullptr; 96 92 else 97 93 return resourceLocations_[index];
Note: See TracChangeset
for help on using the changeset viewer.