src/core/names.cc
changeset 4481 9250a25ee683
parent 4298 cc2db3e6bcae
--- a/src/core/names.cc	Sat May 30 10:38:27 2009 -0700
+++ b/src/core/names.cc	Sat May 30 15:20:56 2009 -0700
@@ -83,7 +83,7 @@
   NamesPriv ();
   ~NamesPriv ();
 
-  bool Add (std::string name, Ptr<Object> obj);
+  bool Add (std::string name, Ptr<Object> object);
   bool Add (std::string path, std::string name, Ptr<Object> object);
   bool Add (Ptr<Object> context, std::string name, Ptr<Object> object);