X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Example%2FexColorToRGB.cxx;h=55585731466142cdb76b59af99e5a56c84884e3b;hb=4740237562f7ce259bca62134476a6a520b4d30f;hp=d62cbe97c8a35573ce9fdebd684b599f2730eba2;hpb=c4fa2e74a4ce56a0a8db54e4a70d404bec9fc8dd;p=gdcm.git diff --git a/Example/exColorToRGB.cxx b/Example/exColorToRGB.cxx index d62cbe97..55585731 100644 --- a/Example/exColorToRGB.cxx +++ b/Example/exColorToRGB.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exColorToRGB.cxx,v $ Language: C++ - Date: $Date: 2005/08/30 14:40:28 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/08/30 15:13:06 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -53,7 +53,7 @@ int main(int argc, char *argv[]) std::cout << argv[1] << std::endl; gdcm::File *f = new gdcm::File(); - f->SetLoadMode( GDCM_LD_ALL); + f->SetLoadMode( gdcm::LD_ALL); f->SetFileName( fileName ); bool res = f->Load();