src/node/net-device.cc
changeset 2252 80595448707a
parent 2251 04963d8cca51
child 2470 254581fb9e9c
--- a/src/node/net-device.cc	Tue Jan 15 12:43:07 2008 +0100
+++ b/src/node/net-device.cc	Tue Jan 15 12:44:09 2008 +0100
@@ -37,9 +37,9 @@
 
 TypeId NetDevice::GetTypeId (void)
 {
-  static TypeId iid = TypeId ("NetDevice")
+  static TypeId tid = TypeId ("NetDevice")
     .SetParent<Object> ();
-  return iid;
+  return tid;
 }
 
 NetDevice::NetDevice(Ptr<Node> node, const Address& addr) :