diff Core/DicomFormat/DicomValue.cpp @ 2139:764c9157301b

cleaning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 15:25:09 +0100
parents b1291df2f780
children a3a65de1840f
line wrap: on
line diff
--- a/Core/DicomFormat/DicomValue.cpp	Wed Nov 09 15:18:03 2016 +0100
+++ b/Core/DicomFormat/DicomValue.cpp	Wed Nov 09 15:25:09 2016 +0100
@@ -81,7 +81,7 @@
   }
 
   
-#if !defined(ORTHANC_ENABLE_BASE64) || ORTHANC_ENABLE_BASE64 == 1
+#if ORTHANC_ENABLE_BASE64 == 1
   void DicomValue::FormatDataUriScheme(std::string& target,
                                        const std::string& mime) const
   {