# HG changeset patch # User Sebastien Jodogne # Date 1608621368 -3600 # Node ID d07a65100a953702a71385c9ed48689f400e88db # Parent 3c400d3c11efe927661f497d161f4ac0ba6146da fix comment diff -r 3c400d3c11ef -r d07a65100a95 OrthancFramework/Sources/Toolbox.cpp --- a/OrthancFramework/Sources/Toolbox.cpp Tue Dec 22 08:14:54 2020 +0100 +++ b/OrthancFramework/Sources/Toolbox.cpp Tue Dec 22 08:16:08 2020 +0100 @@ -38,7 +38,7 @@ /** * We use deprecated "Json::Reader", "Json::StyledWriter" and - * "Json::StyledReader" if JsonCpp < 1.7.0. This choice is rather + * "Json::FastWriter" if JsonCpp < 1.7.0. This choice is rather * arbitrary, but if Json >= 1.9.0, gcc generates explicit deprecation * warnings (clang was warning in earlier versions). For reference, * these classes seem to have been deprecated since JsonCpp 1.4.0 (on diff -r 3c400d3c11ef -r d07a65100a95 OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp --- a/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Tue Dec 22 08:14:54 2020 +0100 +++ b/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Tue Dec 22 08:16:08 2020 +0100 @@ -37,7 +37,7 @@ /** * We use deprecated "Json::Reader", "Json::StyledWriter" and - * "Json::StyledReader" if JsonCpp < 1.7.0. This choice is rather + * "Json::FastWriter" if JsonCpp < 1.7.0. This choice is rather * arbitrary, but if Json >= 1.9.0, gcc generates explicit deprecation * warnings (clang was warning in earlier versions). For reference, * these classes seem to have been deprecated since JsonCpp 1.4.0 (on