src/devices/point-to-point/point-to-point-net-device.cc
changeset 2602 d9262bff6df2
parent 2600 6c389d0c717d
child 2655 a71d888ca2e8
--- a/src/devices/point-to-point/point-to-point-net-device.cc	Thu Mar 13 11:21:12 2008 -0700
+++ b/src/devices/point-to-point/point-to-point-net-device.cc	Thu Mar 13 12:56:49 2008 -0700
@@ -39,7 +39,7 @@
 TypeId 
 PointToPointNetDevice::GetTypeId (void)
 {
-  static TypeId tid = TypeId ("PointToPointNetDevice")
+  static TypeId tid = TypeId ("ns3::PointToPointNetDevice")
     .SetParent<NetDevice> ()
     .AddConstructor<PointToPointNetDevice> ()
     .AddAttribute ("Address", "The address of this device.",