rpc: fix build with older compilers

pull/127/head
moneromooo-monero 6 years ago
parent 1e74586ee9
commit 0aff49873c
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save