src/devices/wifi/ssid.h
changeset 5819 514ec98954ab
parent 3587 53e2e87aebd0
child 6381 cbc1b93b298a
--- 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;