X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirMeta.cxx;h=116acf30bb08a54eb0cb35082332e3f44fa3ca51;hb=0328b825e66dd367845c51cb7aaf0e1d94607bdb;hp=e7202b02ed1847db51fa1318a0cc2a5b59debe68;hpb=4b47c82f84d8d13d4b06afdd71942d485119f089;p=gdcm.git diff --git a/src/gdcmDicomDirMeta.cxx b/src/gdcmDicomDirMeta.cxx index e7202b02..116acf30 100644 --- a/src/gdcmDicomDirMeta.cxx +++ b/src/gdcmDicomDirMeta.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirMeta.cxx,v $ Language: C++ - Date: $Date: 2004/08/30 16:15:40 $ - Version: $Revision: 1.8 $ + Date: $Date: 2004/09/23 10:47:10 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,7 +27,7 @@ * \brief Constructor */ gdcmDicomDirMeta::gdcmDicomDirMeta(TagDocEntryHT *ptagHT): - gdcmObject(ptagHT) + gdcmDicomDirObject(ptagHT) { }