src/core/object-factory.cc
changeset 2965 4b28e9740e3b
parent 2956 1c1345207c74
child 3891 590b21d7fcdd
--- a/src/core/object-factory.cc	Mon Apr 14 16:19:17 2008 -0700
+++ b/src/core/object-factory.cc	Thu Apr 17 13:42:25 2008 -0700
@@ -41,7 +41,7 @@
   m_tid = TypeId::LookupByName (tid);
 }
 void 
-ObjectFactory::Set (std::string name, Attribute value)
+ObjectFactory::Set (std::string name, const AttributeValue &value)
 {
   if (name == "")
     {