src/devices/wifi/wifi-net-device.cc
changeset 2602 d9262bff6df2
parent 2601 4297e8c61615
child 2618 b2706c1a6c3b
--- a/src/devices/wifi/wifi-net-device.cc	Thu Mar 13 11:21:12 2008 -0700
+++ b/src/devices/wifi/wifi-net-device.cc	Thu Mar 13 12:56:49 2008 -0700
@@ -33,7 +33,7 @@
 TypeId 
 WifiNetDevice::GetTypeId (void)
 {
-  static TypeId tid = TypeId ("WifiNetDevice")
+  static TypeId tid = TypeId ("ns3::WifiNetDevice")
     .SetParent<NetDevice> ()
     .AddAttribute ("Channel", "XXX",
                    Ptr<Channel> (0),