]> Creatis software - gdcm.git/commitdiff
COMP: oops forgot this one I guess...
authormalaterre <malaterre>
Fri, 7 Jan 2005 16:33:07 +0000 (16:33 +0000)
committermalaterre <malaterre>
Fri, 7 Jan 2005 16:33:07 +0000 (16:33 +0000)
src/gdcmDictEntry.cxx

index 7baa9d1dfbcb18f9cc09a3a2bc0fcf0668682caa..2da08f054759e9676b84df72c60d56f863a075f6 100644 (file)
@@ -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");
    }
 }