diff OrthancFramework/Sources/DicomFormat/DicomValue.h @ 4304:50b0c69b653a

continued abi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 16:33:52 +0100
parents 3b70a2e6a06c
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomValue.h	Fri Nov 06 15:37:30 2020 +0100
+++ b/OrthancFramework/Sources/DicomFormat/DicomValue.h	Fri Nov 06 16:33:52 2020 +0100
@@ -72,10 +72,7 @@
     void FormatDataUriScheme(std::string& target,
                              const std::string& mime) const;
 
-    void FormatDataUriScheme(std::string& target) const
-    {
-      FormatDataUriScheme(target, MIME_BINARY);
-    }
+    void FormatDataUriScheme(std::string& target) const;
 #endif
 
     bool CopyToString(std::string& result,