- Timestamp:
- Dec 29, 2015, 4:47:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/tools/ResourceLocation.h
r10817 r10990 44 44 public: 45 45 ResourceLocation(Context* context); 46 virtual ~ResourceLocation() ;46 virtual ~ResourceLocation() = default; 47 47 48 48 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override; … … 60 60 61 61 private: 62 ResourceLocation(const ResourceLocation&) ;62 ResourceLocation(const ResourceLocation&) = delete; 63 63 64 64 void load(const std::string& resourceGroup);
Note: See TracChangeset
for help on using the changeset viewer.