[raknet] Fix build error in RPCNode

This commit is contained in:
RD42 2024-01-12 22:50:53 +08:00
parent f4edee9eab
commit a3050b02c4

View File

@ -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