Merge branch 'master' of github.com:BitShares/fc
This commit is contained in:
commit
773844668d
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ namespace fc
|
|||
template<typename T>
|
||||
mutable_variant_object& operator()( string key, T&& var )
|
||||
{
|
||||
set(std::move(key), variant( forward<T>(var) ) );
|
||||
set(std::move(key), variant( fc::forward<T>(var) ) );
|
||||
return *this;
|
||||
}
|
||||
///@}
|
||||
|
|
|
|||
Loading…
Reference in a new issue