- Timestamp:
- Aug 9, 2013, 9:26:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/tools/ResourceLocation.cc
r8858 r9629 43 43 CreateFactory(ResourceLocation); 44 44 45 ResourceLocation::ResourceLocation( BaseObject* creator)46 : BaseObject(c reator)45 ResourceLocation::ResourceLocation(Context* context) 46 : BaseObject(context) 47 47 { 48 48 RegisterObject(ResourceLocation);
Note: See TracChangeset
for help on using the changeset viewer.