summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/small_vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/small_vector.h b/utils/small_vector.h
index ae1e5727..077a524a 100644
--- a/utils/small_vector.h
+++ b/utils/small_vector.h
@@ -246,7 +246,7 @@ public:
return !(a==b);
}
- void swap(Self& o) const {
+ void swap(Self& o) {
swap_pod(*this,o);
}