X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=9f9287167eab2f726d548b74c4c56c64e31cfd4b;hb=eacd2efd90ffb9015d6358f135cb17a838a29abb;hp=592f8b025a90b777e45a644fc127b59e3ed746b1;hpb=60fd8c21b0c2c57f5bd2bf7a38c04fff86d14dd7;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index 592f8b02..9f928716 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.h,v $ Language: C++ - Date: $Date: 2005/08/25 14:55:47 $ - Version: $Revision: 1.62 $ + Date: $Date: 2005/10/18 08:35:51 $ + Version: $Revision: 1.63 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -41,7 +41,7 @@ public: std::vector &tokens, const std::string &delimiters = " "); static int CountSubstring (const std::string &str, - const std::string &subStr); + const std::string &subStr); static std::string CreateCleanString(std::string const &s); static std::string CreateCleanString(uint8_t *s, int l);