diff -r a1e00acc5986 src/devices/wifi/wifi-remote-station-manager.h --- a/src/devices/wifi/wifi-remote-station-manager.h Thu May 27 08:34:16 2010 +0200 +++ b/src/devices/wifi/wifi-remote-station-manager.h Fri May 28 10:15:21 2010 +1000 @@ -435,7 +435,7 @@ }; -struct WifiRemoteStationState +class WifiRemoteStationState { typedef std::vector SupportedModes; enum @@ -458,9 +458,9 @@ * network and to perform the selection of tx parameters * on a per-packet basis. */ -struct WifiRemoteStation +class WifiRemoteStation { - struct WifiRemoteStationState *m_state; + class WifiRemoteStationState *m_state; uint32_t m_ssrc; uint32_t m_slrc; uint8_t m_tid;