forked from lthn/blockchain
fixed problem with lambda call
This commit is contained in:
parent
70ea36db50
commit
4fec3b7f32
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ namespace misc_utils
|
|||
{
|
||||
call_specific_param(t_callback cb) :m_cb(cb)
|
||||
{}
|
||||
virtual void do_call(param_t& p)
|
||||
virtual void do_call(const param_t& p)
|
||||
{
|
||||
m_cb(p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue