diff Core/DicomFormat/DicomTag.h @ 1276:6164f7200c43

refactoring modules
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Jan 2015 14:42:33 +0100
parents 1ea4094d077c
children 7f3a65e84d4b
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h	Wed Jan 21 17:47:27 2015 +0100
+++ b/Core/DicomFormat/DicomTag.h	Fri Jan 23 14:42:33 2015 +0100
@@ -85,7 +85,7 @@
     friend std::ostream& operator<< (std::ostream& o, const DicomTag& tag);
 
     static void GetTagsForModule(std::set<DicomTag>& target,
-                                 ResourceType module);
+                                 DicomModule module);
 
     bool IsIdentifier() const;
   };