mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 05:25:14 +01: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…
Reference in New Issue
Block a user