Fix warning in RGBController_GigabyteRGBFusion2USB.h
This commit is contained in:
parent
b75e3af5dc
commit
dff6b0e494
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ static std::map<V, K> reverse_map(const std::map<K, V>& map)
|
|||
{
|
||||
std::map<V, K> reversed_map;
|
||||
|
||||
for(const std::pair<K, V>& entry : map)
|
||||
for(const std::pair<K, V> entry : map)
|
||||
{
|
||||
reversed_map[entry.second] = entry.first;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue