diff Core/Enumerations.h @ 233:c11273198cef

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 14:30:05 +0100
parents 5368bbe813cf
children bd009f0b1931
line wrap: on
line diff
--- a/Core/Enumerations.h	Fri Nov 30 14:22:27 2012 +0100
+++ b/Core/Enumerations.h	Fri Nov 30 14:30:05 2012 +0100
@@ -77,9 +77,9 @@
     CompressionType_Zlib = 2
   };
 
-  enum FileType
+  enum FileContentType
   {
-    FileType_Dicom = 1,
-    FileType_Json = 2
+    FileContentType_Dicom = 1,
+    FileContentType_Json = 2
   };
 }