mesh: (fixes #2506) Fix typo in MeshHeader TypeId string

This commit is contained in:
Junling Bu
2016-09-27 21:04:20 -07:00
parent fde70be3ee
commit 1368896ada

View File

@@ -31,7 +31,7 @@ namespace dot11s {
TypeId
MeshHeader::GetTypeId ()
{
static TypeId tid = TypeId ("ns3::Dot11sMacHeader")
static TypeId tid = TypeId ("ns3::dot11s::MeshHeader")
.SetParent<Header> ()
.SetGroupName ("Mesh")
.AddConstructor<MeshHeader> ();