mirror of
https://github.com/oxen-io/oxen-core.git
synced 2023-12-14 02:22:56 +01:00
Merge pull request #4719
0aff4987
rpc: fix build with older compilers (moneromooo-monero)
This commit is contained in:
commit
00a7d441d6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue