comparison 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
comparison
equal deleted inserted replaced
4296:3b70a2e6a06c 4297:785a2713323e
29 29
30 #include <boost/lexical_cast.hpp> 30 #include <boost/lexical_cast.hpp>
31 31
32 namespace Orthanc 32 namespace Orthanc
33 { 33 {
34 Orthanc::DicomValue::DicomValue() : 34 DicomValue::DicomValue() :
35 type_(Type_Null) 35 type_(Type_Null)
36 { 36 {
37 } 37 }
38 38
39 39