X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmGlobal.cxx;h=5d8c4e7195124f8fa38fe2d917b2d8935338cbf6;hb=0ad9dae4659b21bfd5c834c1af724eab4dcdf4f6;hp=a3a46599e12984cf7965514d5b624e854ea5fc6a;hpb=1fad5ff2d076c7dafa56b8cda37cca2118c5230e;p=gdcm.git diff --git a/src/gdcmGlobal.cxx b/src/gdcmGlobal.cxx index a3a46599..5d8c4e71 100644 --- a/src/gdcmGlobal.cxx +++ b/src/gdcmGlobal.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmGlobal.cxx,v $ Language: C++ - Date: $Date: 2005/01/18 08:01:41 $ - Version: $Revision: 1.15 $ + Date: $Date: 2005/01/23 10:12:34 $ + Version: $Revision: 1.16 $ 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 @@ namespace gdcm // used to be in gdcmCommon.h but due to a 'bug' in gcc/MacOSX // you cannot have static initialization in a multithreaded environment // since there is a lazy construction everything got skrew up somehow -// Therefore the actual initiliazation is done in a cxx file (avoid +// Therefore the actual initialization is done in a cxx file (avoid // duplicated symbol), and an extern is used in gdcmCommon.h const std::string GDCM_UNKNOWN = "gdcm::Unknown"; const std::string GDCM_UNFOUND = "gdcm::Unfound";