X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.h;h=68d7fee3940e5c6fb979329bfba7011fb530db3a;hb=05abd393cf82392c894dd1d852e2273b0648671d;hp=db5869a0301f5ac335ab82652bae218a2c38a437;hpb=0457e1e8fc68df6d9e2d1a0fcd0053ecee3c5ad7;p=gdcm.git diff --git a/src/gdcmVR.h b/src/gdcmVR.h index db5869a0..68d7fee3 100644 --- a/src/gdcmVR.h +++ b/src/gdcmVR.h @@ -7,9 +7,9 @@ #include #include "gdcmCommon.h" -typedef string VRKey; -typedef string VRAtr; -typedef map VRHT; // Value Representation Hash Table +typedef std::string VRKey; +typedef std::string VRAtr; +typedef std::map VRHT; // Value Representation Hash Table /// Container for dicom Value Representation Hash Table /// \note This is a singleton