mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
rpc: fix build with older compilers
This commit is contained in:
parent
1e74586ee9
commit
0aff49873c
@ -67,7 +67,7 @@ class classname \
|
||||
// NOTE: when using a type with multiple template parameters,
|
||||
// replace any comma in the template specifier with the macro
|
||||
// above, or the preprocessor will eat the comma in a bad way.
|
||||
#define RPC_MESSAGE_MEMBER(type, name) type name = type{}
|
||||
#define RPC_MESSAGE_MEMBER(type, name) type name = {}
|
||||
|
||||
|
||||
namespace cryptonote
|
||||
|
Loading…
Reference in New Issue
Block a user