diff --git a/src/mesh/model/dot11s/dot11s-mac-header.cc b/src/mesh/model/dot11s/dot11s-mac-header.cc index 795e3461e..190165da1 100644 --- a/src/mesh/model/dot11s/dot11s-mac-header.cc +++ b/src/mesh/model/dot11s/dot11s-mac-header.cc @@ -31,7 +31,7 @@ namespace dot11s { TypeId MeshHeader::GetTypeId () { - static TypeId tid = TypeId ("ns3::Dot11sMacHeader") + static TypeId tid = TypeId ("ns3::dot11s::MeshHeader") .SetParent
() .SetGroupName ("Mesh") .AddConstructor ();