From 24d5900b68b5cfbdb2587fd5d88267eff66727f8 Mon Sep 17 00:00:00 2001 From: Andrey Mazo Date: Wed, 11 Nov 2009 00:27:09 +0300 Subject: [PATCH] Mesh: add constructor to TypeId of WifiInformationElementVector --- src/devices/mesh/wifi-information-element-vector.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/devices/mesh/wifi-information-element-vector.cc b/src/devices/mesh/wifi-information-element-vector.cc index 3531b4b22..2e7b82b46 100644 --- a/src/devices/mesh/wifi-information-element-vector.cc +++ b/src/devices/mesh/wifi-information-element-vector.cc @@ -58,7 +58,8 @@ TypeId WifiInformationElementVector::GetTypeId () { static TypeId tid = TypeId ("ns3::WifiInformationElementVector") - .SetParent
(); + .SetParent
() + .AddConstructor (); return tid; } TypeId