diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-04 22:38:58 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-04 22:38:58 +0200 |
commit | 4fc3551822a57a3b26d0c4540e205f9b340f9899 (patch) | |
tree | 520054bf470b426c3f8a80a440bee83db89e721d /client/Config.h | |
parent | 34e4c314ed4934fbb3ace49e664430f6be44e578 (diff) |
FIX reconnection bug & server entry parser
Diffstat (limited to 'client/Config.h')
-rw-r--r-- | client/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Config.h b/client/Config.h index 466f93a..5254361 100644 --- a/client/Config.h +++ b/client/Config.h @@ -225,7 +225,7 @@ protected: * @brief initilize ServerEntry instance from config file entry<br/> * @param entry config file entry value, e.g.: '8.8.8.8:8080 600 60' */ - ServerEntry(string entry); + ServerEntry(string& entry); /** * @brief Hostname or address of server<br/> |