| changeset 5505 | c0ac392289c3 |
| parent 5499 | 778d4dcaaac7 |
1.1 --- a/src/devices/mesh/wifi-information-element-vector.cc Wed Nov 11 00:27:09 2009 +0300 1.2 +++ b/src/devices/mesh/wifi-information-element-vector.cc Thu Nov 12 13:01:01 2009 +0100 1.3 @@ -36,6 +36,10 @@ 1.4 #include "dot11s/ie-dot11s-rann.h" 1.5 1.6 namespace ns3 { 1.7 + 1.8 +WifiInformationElement::~WifiInformationElement () 1.9 +{} 1.10 + 1.11 bool 1.12 operator< (WifiInformationElement const & a, WifiInformationElement const & b) 1.13 {