mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 07:25:55 +02:00
Merge pull request #409 from redboltz/fix_wshadow
Fixed -Wshadow warning.
This commit is contained in:
commit
79222b65a3
@ -255,7 +255,7 @@ struct object_kv {
|
||||
};
|
||||
|
||||
struct object::with_zone : object {
|
||||
with_zone(msgpack::zone& zone) : zone(zone) { }
|
||||
with_zone(msgpack::zone& z) : zone(z) { }
|
||||
msgpack::zone& zone;
|
||||
private:
|
||||
with_zone();
|
||||
|
Loading…
x
Reference in New Issue
Block a user