From cff773b8d2bbe0fa9fe950cc9446916128469e63 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 9 Apr 2008 17:27:56 -0700 Subject: [PATCH] use a specific type if you can --- src/devices/wifi/wifi-net-device.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/wifi/wifi-net-device.cc b/src/devices/wifi/wifi-net-device.cc index 5a0b9a812..717f313a6 100644 --- a/src/devices/wifi/wifi-net-device.cc +++ b/src/devices/wifi/wifi-net-device.cc @@ -40,7 +40,7 @@ WifiNetDevice::GetTypeId (void) Pointer (), MakePointerAccessor (&WifiNetDevice::DoGetChannel, &WifiNetDevice::SetChannel), - MakePointerChecker ()) + MakePointerChecker ()) .AddAttribute ("Phy", "XXX", Pointer (), MakePointerAccessor (&WifiNetDevice::GetPhy,