Changeset 9667 for code/trunk/src/libraries/core/Loader.cc
- Timestamp:
- Aug 25, 2013, 9:08:42 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core6 merged: 9552-9554,9556-9574,9577-9579,9585-9593,9596-9612,9626-9662
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/core/Loader.cc
r8858 r9667 37 37 #include "util/StringUtils.h" 38 38 #include "BaseObject.h" 39 #include "Iterator.h"40 #include "ObjectList.h"41 39 #include "LuaState.h" 42 40 #include "Namespace.h" 43 41 #include "Resource.h" 44 42 #include "XMLFile.h" 43 #include "object/Iterator.h" 44 #include "object/ObjectList.h" 45 45 46 46 namespace orxonox … … 209 209 210 210 orxout(verbose, context::loader) << " creating root-namespace..." << endl; 211 Namespace* rootNamespace = new Namespace( 0);211 Namespace* rootNamespace = new Namespace(Context::getRootContext()); 212 212 rootNamespace->setLoaderIndentation(" "); 213 213 rootNamespace->setFile(file);
Note: See TracChangeset
for help on using the changeset viewer.