File ecwolf-fix-gcc14.patch of Package ecwolf
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;