diff options
author | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-03 16:21:29 +0200 |
---|---|---|
committer | Alex <b0ris@b0ris-satellite.localdomain> | 2011-11-03 16:21:29 +0200 |
commit | da3277b21e4a947691df84eb35f675c6f06a4369 (patch) | |
tree | 4ff43488cc88247ba07e9114b63305469b822188 /client/Config.h | |
parent | c0c86b6cab64186e97285e1b5b1ef13062926d87 (diff) |
Fix compiler warnings
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 1c67604..f9e797e 100644 --- a/client/Config.h +++ b/client/Config.h @@ -92,7 +92,7 @@ public: * @param line number of GUI line proxy list associated with * @return List of static proxy entries sorted by speed in descending order */ - std::vector<ProxyEntryStatic> GetStaticProxyGuiLine(int line); + std::vector<ProxyEntryStatic> GetStaticProxyGuiLine(unsigned line); /** * @brief Get number of static proxy GUI lines |