Changeset 2019 for code/branches/objecthierarchy/src/core/Loader.cc
- Timestamp:
- Oct 27, 2008, 4:08:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/core/Loader.cc
r2010 r2019 144 144 145 145 COUT(4) << " creating root-namespace..." << std::endl; 146 Namespace* rootNamespace = new Namespace( );146 Namespace* rootNamespace = new Namespace(0); 147 147 rootNamespace->setLoaderIndentation(" "); 148 148 rootNamespace->setFile(file);
Note: See TracChangeset
for help on using the changeset viewer.