mirror of
https://github.com/starr-dusT/citra.git
synced 2024-10-02 10:26:17 -07:00
common/swap: Remove unnecessary const on return value of swap()
This commit is contained in:
parent
a2203e1566
commit
1a0529a064
@ -177,7 +177,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
T const swap() const {
|
T swap() const {
|
||||||
return swap(value);
|
return swap(value);
|
||||||
}
|
}
|
||||||
swap_struct_t() = default;
|
swap_struct_t() = default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user