From a3050b02c4ad5fcb8e3ce38fa9c0522ef0904d55 Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:50:53 +0800 Subject: [PATCH] [raknet] Fix build error in RPCNode --- raknet/RPCNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raknet/RPCNode.h b/raknet/RPCNode.h index a0077bf..29ecae6 100644 --- a/raknet/RPCNode.h +++ b/raknet/RPCNode.h @@ -17,7 +17,7 @@ struct RAK_DLL_EXPORT RPCNode { /// String identifier of the RPC - unsigned char uniqueIdentifier + unsigned char uniqueIdentifier; /// Force casting of member functions to void * union