src/devices/wifi/dca-txop.cc
changeset 2592 3ebf97150166
parent 2530 05f9cec44621
child 2784 49006cbbfac7
--- a/src/devices/wifi/dca-txop.cc	Tue Mar 11 11:35:26 2008 -0700
+++ b/src/devices/wifi/dca-txop.cc	Tue Mar 11 13:30:12 2008 -0700
@@ -132,7 +132,7 @@
 {
   m_transmissionListener = new DcaTxop::TransmissionListener (this);
   m_dcf = new DcaTxop::Dcf (this);
-  m_queue = CreateObjectWith<WifiMacQueue> ();
+  m_queue = CreateObject<WifiMacQueue> ();
   m_rng = new RealRandomStream ();
   m_txMiddle = new MacTxMiddle ();
 }