slackbuilds/games/ecwolf/ecwolf-gcc-14.patch

13 lines
381 B
Diff

diff -Naur ecwolf-1.4.1-src/src/tmemory.h ecwolf-1.4.1-src.patched/src/tmemory.h
--- ecwolf-1.4.1-src/src/tmemory.h 2023-02-02 00:23:08.000000000 -0500
+++ ecwolf-1.4.1-src.patched/src/tmemory.h 2024-12-05 16:54:58.816380117 -0500
@@ -469,7 +469,7 @@
Reference();
}
- void Swap(const Self &other)
+ void Swap(Self &other)
{
T *oldptr = p;
TSharedPtrRef *oldref = r;