mirror of
https://github.com/monero-project/monero.git
synced 2025-07-31 22:58:41 -04:00
Give up on brace initializers in initializer lists (MSVC bug)
This commit is contained in:
parent
ffe7bf8c1c
commit
59ab569da1
3 changed files with 11 additions and 11 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
, bool testnet
|
||||
)
|
||||
: m_srv(srv)
|
||||
, m_testnet {testnet}
|
||||
, m_testnet(testnet)
|
||||
{
|
||||
m_cmd_binder.set_handler("help", boost::bind(&daemon_cmmands_handler::help, this, _1), "Show this help");
|
||||
m_cmd_binder.set_handler("print_pl", boost::bind(&daemon_cmmands_handler::print_pl, this, _1), "Print peer list");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue