X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2Floadmodule.cxx;h=7e814b59a66cc05762e2fc32169648604d926fdb;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=0d72007cb2f6d7ddbc06397cc26f73e2f97ac55d;hpb=9d461db5c5d954548cd07d1fa095e9bad43a0cac;p=gdcm.git diff --git a/Testing/loadmodule.cxx b/Testing/loadmodule.cxx index 0d72007c..7e814b59 100644 --- a/Testing/loadmodule.cxx +++ b/Testing/loadmodule.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: loadmodule.cxx,v $ Language: C++ - Date: $Date: 2005/11/07 10:18:20 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/09/15 15:49:21 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -77,7 +77,7 @@ int main(int, char* []) // Create an instance of the GDCMImageIO class. This makes sure // that the problematic gdcm-library is linked. //itk::GDCMImageIO::Pointer gdcmio = itk::GDCMImageIO::New(); - gdcm::File *file = gdcm::File::New(); + GDCM_NAME_SPACE::File *file = GDCM_NAME_SPACE::File::New(); file->Print(); // to avoid warning std::cerr << "Closing libs" << std::endl;