diff -r 10183c6d2913 -r 015fa7494bd2 bluetoothcommsprofiles/btpan/refBnepPacketNotifier/src/refBnepPacketNotifier.cpp --- a/bluetoothcommsprofiles/btpan/refBnepPacketNotifier/src/refBnepPacketNotifier.cpp Wed Sep 15 13:27:26 2010 +0300 +++ b/bluetoothcommsprofiles/btpan/refBnepPacketNotifier/src/refBnepPacketNotifier.cpp Wed Oct 13 15:48:34 2010 +0300 @@ -82,7 +82,7 @@ devByteCount.iByteCount=0; devByteCount.iTickCount=0; devByteCount.iAddr=aAddr; - (void)iCounter.Append(devByteCount); + iCounter.Append(devByteCount); } void CRefBnepPacketNotifier::MbpnDeviceRemoved(const TBTDevAddr& aAddr)