mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-28 15:14:11 +02:00
Used the reference version of convert instead of pointer version.
This commit is contained in:
parent
541ece13c0
commit
c41154989a
@ -378,7 +378,7 @@ inline object::operator msgpack_object() const
|
||||
template <typename T>
|
||||
inline void convert(T& v, object const& o)
|
||||
{
|
||||
o.convert(&v);
|
||||
o.convert(v);
|
||||
}
|
||||
|
||||
// obsolete
|
||||
|
Loading…
x
Reference in New Issue
Block a user