1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
diff --git a/src/tmemory.h b/src/tmemory.h index b629ff7..b27a92e 100644 --- a/src/tmemory.h +++ b/src/tmemory.h @@ -469,7 +469,7 @@ public: Reference(); } - void Swap(const Self &other) + void Swap(Self &other) { T *oldptr = p; TSharedPtrRef *oldref = r; -- 2.46.0