src/simulator/time.cc
changeset 2947 b0fec3381418
parent 2577 5b41cb5c3fcf
child 2953 db884a56c5c1
--- a/src/simulator/time.cc	Thu Apr 10 12:59:15 2008 -0700
+++ b/src/simulator/time.cc	Thu Apr 10 12:59:31 2008 -0700
@@ -312,7 +312,7 @@
 }
 TimeUnit<1>::operator Attribute () const
 {
-  return Attribute::Create<TimeValue> (*this);
+  return Attribute (ns3::Create<TimeValue> (*this));
 }
 
 ATTRIBUTE_VALUE_IMPLEMENT (Time);