fix warning
This commit is contained in:
parent
5719fa0e05
commit
0f486366d8
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ namespace fc { namespace json {
|
||||||
typename promise<R>::ptr rtn( r, true );
|
typename promise<R>::ptr rtn( r, true );
|
||||||
invoke( detail::pending_result::ptr(r), method,
|
invoke( detail::pending_result::ptr(r), method,
|
||||||
value(detail::named_param<typename fc::deduce<Args>::type>::to_value(a)) );
|
value(detail::named_param<typename fc::deduce<Args>::type>::to_value(a)) );
|
||||||
|
return rtn;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename Args >
|
template<typename Args >
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue