changeset 7393 | 8c3dfe0be54d |
parent 7219 | b7b128801f7c |
child 7399 | 520706f801e8 |
--- a/src/core/model/config.cc Wed Aug 03 09:42:10 2011 -0400 +++ b/src/core/model/config.cc Wed Aug 03 10:04:56 2011 -0400 @@ -377,7 +377,7 @@ { // this is a normal attribute. TypeId tid = root->GetInstanceTypeId (); - struct TypeId::AttributeInfo info; + struct TypeId::AttributeInformation info; if (!tid.LookupAttributeByName (item, &info)) { NS_LOG_DEBUG ("Requested item="<<item<<" does not exist on path="<<GetResolvedPath ());