X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmTS.h;h=14d4909cc12a38557868a2975f960b457eb92bc9;hb=264e66944696bde25a73a246163731a820304ad9;hp=0aa14c3d43a5479c78856ef28b14893e344dedd3;hpb=f2b0c784e97995ff66779139cf279b521f562f62;p=gdcm.git diff --git a/src/gdcmTS.h b/src/gdcmTS.h index 0aa14c3d..14d4909c 100644 --- a/src/gdcmTS.h +++ b/src/gdcmTS.h @@ -21,7 +21,7 @@ public: gdcmTS(void); ~gdcmTS(); int Count(TSKey key); - string GetValue(TSKey key); + std::string GetValue(TSKey key); }; #endif