X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestHash.cxx;h=385bb14d2ce0d3221eb5a79b8c4eb8dedfaf6e6b;hb=d9f8b4b69e332d38e9c883ba60f40dc858883de9;hp=28c6875ed6c767a1887a3ff75c61aa771ebc597c;hpb=5ce83ba7ad93f458923e5f3b7aa406651db90637;p=gdcm.git diff --git a/Testing/TestHash.cxx b/Testing/TestHash.cxx index 28c6875e..385bb14d 100644 --- a/Testing/TestHash.cxx +++ b/Testing/TestHash.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestHash.cxx,v $ Language: C++ - Date: $Date: 2004/11/16 04:28:20 $ - Version: $Revision: 1.16 $ + Date: $Date: 2005/02/02 10:05:26 $ + Version: $Revision: 1.17 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,7 +21,7 @@ #include #include -int TestHash( int, char * [] ) +int TestHash( int, char *[] ) { std::cout << "Test::TestHash : " << std::endl; std::cout << " Checks that the basic STL functionalities required "