changeset 4396:d07a65100a95

fix comment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Dec 2020 08:16:08 +0100
parents 3c400d3c11ef
children 3aeb5171fbd4
files OrthancFramework/Sources/Toolbox.cpp OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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