mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[raknet] Fix build error in RPCNode
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user