src/internet-node/ipv4-l4-demux.cc
changeset 2602 d9262bff6df2
parent 2592 3ebf97150166
child 2834 1aab57845b07
--- a/src/internet-node/ipv4-l4-demux.cc	Thu Mar 13 11:21:12 2008 -0700
+++ b/src/internet-node/ipv4-l4-demux.cc	Thu Mar 13 12:56:49 2008 -0700
@@ -35,7 +35,7 @@
 TypeId 
 Ipv4L4Demux::GetTypeId (void)
 {
-  static TypeId tid = TypeId ("Ipv4L4Demux")
+  static TypeId tid = TypeId ("ns3::Ipv4L4Demux")
     .SetParent<Object> ()
     .AddAttribute ("Protocols", "The set of protocols registered with this demux.",
                    ObjectVector (),