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 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 |