diff --git a/src/rpc/cli.cpp b/src/rpc/cli.cpp index c6095d6..ba7f6e5 100644 --- a/src/rpc/cli.cpp +++ b/src/rpc/cli.cpp @@ -289,7 +289,7 @@ void cli::start() cli_commands() = get_method_names(0); #endif - _run_complete = fc::async( [&](){ run(); } ); + _run_complete = fc::async( [this](){ run(); } ); } /***