X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2Fdynmodule.cxx;h=92e8a574c3e7f9931e34b061db98cb4329a2a6cc;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=340180ca334383921f51f0ccd5a96b0e319a0d10;hpb=9d461db5c5d954548cd07d1fa095e9bad43a0cac;p=gdcm.git diff --git a/Testing/dynmodule.cxx b/Testing/dynmodule.cxx index 340180ca..92e8a574 100644 --- a/Testing/dynmodule.cxx +++ b/Testing/dynmodule.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: dynmodule.cxx,v $ Language: C++ - Date: $Date: 2005/11/08 08:31:42 $ - 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 @@ -30,7 +30,7 @@ extern "C" __ELX_DLLEXPORT void afunc(void) // Create an instance of a gdcm class. This makes sure // that the problematic gdcm-library is linked. - gdcm::File *file = gdcm::File::New(); + GDCM_NAME_SPACE::File *file = GDCM_NAME_SPACE::File::New(); file->SetLoadMode(0); // To avoid warning std::cerr << "End of function afunc" << std::endl;