]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeDescriptor.cpp
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOTreeDescriptor.cpp
index 6c253ba1286a1f235a7d2e16cc882094a75d9723..c9a4e009c824ebf2b7051aa03254fd10d2c34780 100644 (file)
@@ -9,7 +9,7 @@ namespace creaImageIO
 
     //==================================================================
     /// The attribute is hidden (not visible to user)
-    const unsigned int AttributeDescriptor::HIDDEN = 1;
+    const unsigned int AttributeDescriptor::PRIVATE = 1;
     /// The attribute enters in unique identifier constitution (KEY)
     const unsigned int AttributeDescriptor::KEY = 2;
     const unsigned int AttributeDescriptor::LABEL = 4;