mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +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
|
struct RAK_DLL_EXPORT RPCNode
|
||||||
{
|
{
|
||||||
/// String identifier of the RPC
|
/// String identifier of the RPC
|
||||||
unsigned char uniqueIdentifier
|
unsigned char uniqueIdentifier;
|
||||||
|
|
||||||
/// Force casting of member functions to void *
|
/// Force casting of member functions to void *
|
||||||
union
|
union
|
||||||
|
Loading…
x
Reference in New Issue
Block a user