mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-06-13 03:15:00 +02:00

The protected deref method had inconsistent interface of being a const function that returned a non-const reference. Resolves #914.