mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Make method const
This commit is contained in:
@@ -180,7 +180,7 @@ namespace
|
||||
{
|
||||
}
|
||||
|
||||
T operator()(T val)
|
||||
T operator()(T val) const
|
||||
{
|
||||
return val <= m_limit ? m_ret : val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user