diff options
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/> |