diff -r 57d0c9adbf8f -r 514ec98954ab src/devices/wifi/ssid.h --- a/src/devices/wifi/ssid.h Mon Nov 30 19:25:04 2009 +0300 +++ b/src/devices/wifi/ssid.h Mon Nov 30 18:20:30 2009 +0100 @@ -38,7 +38,7 @@ Ssid (std::string s); Ssid (char const ssid[32], uint8_t length); - bool IsEqual (Ssid const &o) const; + bool IsEqual (const Ssid& o) const; bool IsBroadcast (void) const; uint32_t GetLength (void) const;