Capture only this in cli::start()
This commit is contained in:
parent
b562d81a65
commit
3d39a51cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ void cli::start()
|
||||||
cli_commands() = get_method_names(0);
|
cli_commands() = get_method_names(0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_run_complete = fc::async( [&](){ run(); } );
|
_run_complete = fc::async( [this](){ run(); } );
|
||||||
}
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue