From: malaterre Date: Fri, 7 Jan 2005 16:33:07 +0000 (+0000) Subject: COMP: oops forgot this one I guess... X-Git-Tag: Version1.0.bp~439 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=40df3cc9ee6dc63d0d4f13f0e43e0012dd109e04;p=gdcm.git COMP: oops forgot this one I guess... --- diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 7baa9d1d..2da08f05 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.cxx,v $ Language: C++ - Date: $Date: 2005/01/07 16:26:12 $ - Version: $Revision: 1.34 $ + Date: $Date: 2005/01/07 16:33:07 $ + Version: $Revision: 1.35 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -97,7 +97,7 @@ void DictEntry::SetVM(TagName const &vm) } else { - dbg.Error(true, "DictEntry::SetVM", + Debug::Error(true, "DictEntry::SetVM", "Overwriting VM might compromise a dictionary"); } }