mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 13:18:24 +00:00
common/swap: Remove unnecessary const on return value of swap()
This commit is contained in:
parent
a2203e1566
commit
1a0529a064
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ protected:
|
|||
}
|
||||
|
||||
public:
|
||||
T const swap() const {
|
||||
T swap() const {
|
||||
return swap(value);
|
||||
}
|
||||
swap_struct_t() = default;
|
||||
|
|
Loading…
Reference in a new issue