diff OrthancFramework/Sources/DicomFormat/DicomTag.h @ 4313:91554aecff9a

removed a friend method for better abi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2020 16:09:05 +0100
parents 785a2713323e
children 3b8a868616a8
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomTag.h	Mon Nov 09 15:22:43 2020 +0100
+++ b/OrthancFramework/Sources/DicomFormat/DicomTag.h	Mon Nov 09 16:09:05 2020 +0100
@@ -64,11 +64,11 @@
 
     std::string Format() const;
 
+    std::ostream& FormatStream(std::ostream& o) const;
+
     static bool ParseHexadecimal(DicomTag& tag,
                                  const char* value);
 
-    ORTHANC_PUBLIC friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag);
-
     static void AddTagsForModule(std::set<DicomTag>& target,
                                  DicomModule module);
   };