mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: right const (#6588)
This commit is contained in:
@@ -45,7 +45,7 @@ protected:
|
||||
tr_preferred_transport*,
|
||||
tr_tos_t*,
|
||||
tr_verify_added_mode*>;
|
||||
using field_value_type = std::pair<const field_key_type, field_mapped_type>;
|
||||
using field_value_type = std::pair<field_key_type const, field_mapped_type>;
|
||||
using Fields = std::vector<field_value_type>;
|
||||
|
||||
Settings() = default;
|
||||
|
||||
Reference in New Issue
Block a user