X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocument.cxx;h=c2754559da0d9946c7ea82506abc8bcb0f8401ff;hb=060a8c9a37ac1d6b5500f73de1690c11961cb87a;hp=1c50ab555b50df2015b30e3f8a369d96717e7408;hpb=87f5ff9abfff1e2cb824083b999638ee2d9f415d;p=gdcm.git diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 1c50ab55..c2754559 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2007/04/12 13:22:49 $ - Version: $Revision: 1.357 $ + Date: $Date: 2007/05/23 14:18:09 $ + Version: $Revision: 1.358 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -37,7 +37,7 @@ #include // for memset #endif -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- @@ -244,7 +244,7 @@ bool Document::DoTheLoadingDocumentJob( ) // Force Loading some more elements if user asked to. - gdcm::DocEntry *d; + GDCM_NAME_SPACE::DocEntry *d; for (ListElements::iterator it = UserForceLoadList.begin(); it != UserForceLoadList.end(); ++it)