src/internet-node/ipv4-l3-protocol.cc
changeset 2602 d9262bff6df2
parent 2592 3ebf97150166
child 2711 83addb15f632
--- a/src/internet-node/ipv4-l3-protocol.cc	Thu Mar 13 11:21:12 2008 -0700
+++ b/src/internet-node/ipv4-l3-protocol.cc	Thu Mar 13 12:56:49 2008 -0700
@@ -49,7 +49,7 @@
 TypeId 
 Ipv4L3Protocol::GetTypeId (void)
 {
-  static TypeId tid = TypeId ("Ipv4L3Protocol")
+  static TypeId tid = TypeId ("ns3::Ipv4L3Protocol")
     .SetParent<Object> ()
     .AddConstructor<Ipv4L3Protocol> ()
     .AddAttribute ("DefaultTtl", "The TTL value set by default on all outgoing packets generated on this node.",