changeset 6477 | 55e4c70ff299 |
parent 6080 | 41ee42654550 |
--- a/src/devices/wifi/dca-txop.cc Tue Aug 03 11:04:05 2010 +0100 +++ b/src/devices/wifi/dca-txop.cc Tue Aug 03 18:02:55 2010 +0200 @@ -60,7 +60,6 @@ virtual void DoNotifyChannelSwitching (void) { m_txop->NotifyChannelSwitching (); } - DcaTxop *m_txop; }; @@ -101,7 +100,7 @@ DcaTxop::GetTypeId (void) { static TypeId tid = TypeId ("ns3::DcaTxop") - .SetParent<Object> () + .SetParent (ns3::Dcf::GetTypeId ()) .AddConstructor<DcaTxop> () ; return tid;