X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FTestValidate.cxx;h=8cbd611320d60cc2cbd8120452bd9e5e10a23ecc;hb=9a8dd0051c00e8b43529d9b6f5172f327eec9525;hp=22d5272e717538ee84e9b7cd553bef763fbf5c50;hpb=329b5524e57929ecf64495be9fe757b69ba64613;p=gdcm.git diff --git a/Example/TestValidate.cxx b/Example/TestValidate.cxx index 22d5272e..8cbd6113 100755 --- a/Example/TestValidate.cxx +++ b/Example/TestValidate.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestValidate.cxx,v $ Language: C++ - Date: $Date: 2005/11/03 16:11:54 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/11/18 11:09:06 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -32,7 +32,7 @@ int main(int argc, char *argv[]) gdcm::File *input = gdcm::File::New( ); input->SetFileName(filename); input->Load(); - gdcm::Validator *v = new gdcm::Validator(); + gdcm::Validator *v = gdcm::Validator::New(); v->SetInput( input ); return 0;