X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDocument.h;h=1d8ce95c005e05588314684ccd684c975b4d39f9;hb=4cf608c37695b2385eebeb1426ca8cc87f1c8108;hp=764160abd78ea4107850652c5ae9cfa84089a28d;hpb=1d9ac5cec02b9daa18b16835882b531731b125ad;p=gdcm.git diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index 764160ab..1d8ce95c 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.h,v $ Language: C++ - Date: $Date: 2005/10/18 12:58:28 $ - Version: $Revision: 1.125 $ + Date: $Date: 2005/10/19 12:01:51 $ + Version: $Revision: 1.126 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -41,7 +41,7 @@ class GDCM_EXPORT Document : public ElementSet { public: -typedef std::list ListElements; +typedef std::list ListElements; // Loading //Deprecated : use SetFileName() + Load()