...
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
|
||||
_execFuncWrapper = [wrapper = traits::adc_pf_wrapper(std::forward<ExecFuncT>(exec_func)), this]() {
|
||||
auto& exec_func = std::get<0>(wrapper);
|
||||
value_t val = *_commandArgUptr;
|
||||
value_t val = std::any_cast<value_t>(*_commandArgUptr);
|
||||
exec_func(val);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user