summarylogtreecommitdiffstats
path: root/gcc14.patch
blob: 7a9fe8927efbabc178444c7b4eab25e24c983b41 (plain)
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