dropbox / json11

A tiny JSON library for C++11.
MIT License
2.54k stars 613 forks source link

trivial: Fix -Wold-style-cast #131

Closed kristofferkoch closed 5 years ago

kristofferkoch commented 5 years ago

I got a warning when I compiled json11 with a set of strict warnings. This is a very trivial fix.

artwyman commented 5 years ago

@kristofferkoch before I can merge this you need to sign the CLA here: https://opensource.dropbox.com/cla/

kristofferkoch commented 5 years ago

Done