]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.h
* src/*.[h] all occurences of stl classes are now prefixed with
[gdcm.git] / src / gdcmVR.h
index db5869a0301f5ac335ab82652bae218a2c38a437..68d7fee3940e5c6fb979329bfba7011fb530db3a 100644 (file)
@@ -7,9 +7,9 @@
 #include <string>
 #include "gdcmCommon.h"
 
-typedef string VRKey;
-typedef string VRAtr;
-typedef map<VRKey, VRAtr> VRHT;    // Value Representation Hash Table
+typedef std::string VRKey;
+typedef std::string VRAtr;
+typedef std::map<VRKey, VRAtr> VRHT;    // Value Representation Hash Table
 
 /// Container for dicom Value Representation Hash Table
 /// \note   This is a singleton