diff OrthancFramework/Sources/DicomFormat/DicomValue.cpp @ 4297:785a2713323e

abi continued
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 17:20:49 +0100
parents 3b70a2e6a06c
children 50b0c69b653a
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomValue.cpp	Thu Nov 05 15:52:28 2020 +0100
+++ b/OrthancFramework/Sources/DicomFormat/DicomValue.cpp	Thu Nov 05 17:20:49 2020 +0100
@@ -31,7 +31,7 @@
 
 namespace Orthanc
 {
-  Orthanc::DicomValue::DicomValue() :
+  DicomValue::DicomValue() :
     type_(Type_Null)
   {
   }