Mesh: add constructor to TypeId of WifiInformationElementVector
This commit is contained in:
@@ -58,7 +58,8 @@ TypeId
|
||||
WifiInformationElementVector::GetTypeId ()
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::WifiInformationElementVector")
|
||||
.SetParent<Header> ();
|
||||
.SetParent<Header> ()
|
||||
.AddConstructor<WifiInformationElementVector> ();
|
||||
return tid;
|
||||
}
|
||||
TypeId
|
||||
|
||||
Reference in New Issue
Block a user