src/devices/wifi/wifi-phy.h
changeset 3899 804d92c1f7c3
parent 3895 b584563a7781
child 3905 99c9346b5d71
--- a/src/devices/wifi/wifi-phy.h	Thu Jun 12 11:06:56 2008 -0700
+++ b/src/devices/wifi/wifi-phy.h	Thu Jun 12 11:14:54 2008 -0700
@@ -121,7 +121,7 @@
    * arg1: packet received unsuccessfully
    * arg2: snr of packet
    */
-  typedef Callback<void,Ptr<Packet>, double> SyncErrorCallback;
+  typedef Callback<void,Ptr<const Packet>, double> SyncErrorCallback;
 
   static TypeId GetTypeId (void);