diff options
Diffstat (limited to 'src/common/swap.h')
| -rw-r--r-- | src/common/swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/swap.h b/src/common/swap.h index 295c65993..fc7af4280 100644 --- a/src/common/swap.h +++ b/src/common/swap.h | |||
| @@ -177,7 +177,7 @@ protected: | |||
| 177 | } | 177 | } |
| 178 | 178 | ||
| 179 | public: | 179 | public: |
| 180 | T const swap() const { | 180 | T swap() const { |
| 181 | return swap(value); | 181 | return swap(value); |
| 182 | } | 182 | } |
| 183 | swap_struct_t() = default; | 183 | swap_struct_t() = default; |