Capture only this in cli::start()

This commit is contained in:
abitmore 2019-05-09 13:57:03 -04:00
parent b562d81a65
commit 3d39a51cdc

View file

@ -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(); } );
}
/***