mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[raknet] Fix build error in RPCNode
This commit is contained in:
parent
f4edee9eab
commit
a3050b02c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user