src/routing/olsr/olsr-agent-impl.cc
changeset 2252 80595448707a
parent 2251 04963d8cca51
child 2257 71a58e70c671
--- a/src/routing/olsr/olsr-agent-impl.cc	Tue Jan 15 12:43:07 2008 +0100
+++ b/src/routing/olsr/olsr-agent-impl.cc	Tue Jan 15 12:44:09 2008 +0100
@@ -153,10 +153,10 @@
 TypeId 
 AgentImpl::GetTypeId (void)
 {
-  static TypeId iid = TypeId ("OlsrAgentImpl")
+  static TypeId tid = TypeId ("OlsrAgentImpl")
     .SetParent<Agent> ()
     .AddConstructor<AgentImpl,Ptr<Node> > ();
-  return iid;
+  return tid;
 }