- Timestamp:
- Dec 29, 2015, 5:16:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/tools/ResourceLocation.h
r10990 r10992 60 60 61 61 private: 62 // non-copyable: 62 63 ResourceLocation(const ResourceLocation&) = delete; 64 ResourceLocation& operator=(const ResourceLocation&) = delete; 63 65 64 66 void load(const std::string& resourceGroup);
Note: See TracChangeset
for help on using the changeset viewer.