diff Framework/Common/Utf8StringValue.cpp @ 298:8f655f308de9

added IResult::Print()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Jul 2021 14:39:27 +0200
parents 9d00e5e073e8
children 16aac0287485
line wrap: on
line diff
--- a/Framework/Common/Utf8StringValue.cpp	Thu Jul 01 11:31:16 2021 +0200
+++ b/Framework/Common/Utf8StringValue.cpp	Thu Jul 01 14:39:27 2021 +0200
@@ -54,6 +54,9 @@
 
         break;
 
+      case ValueType_Utf8String:
+        return new Utf8StringValue(utf8_);
+
       default:
         throw Orthanc::OrthancException(Orthanc::ErrorCode_ParameterOutOfRange);
     }