X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDebug.h;h=33d22690df1dd49e20cd718c074d08053b6e66e5;hb=17daf7e7caceddf44e73864ee8d366613a1f0c82;hp=1ee1c0dbd0eb629198c488cc39b062bd0d6368a4;hpb=41559a6f2d66bcd4af4db17a0d9668df37d19f3b;p=gdcm.git diff --git a/src/gdcmDebug.h b/src/gdcmDebug.h index 1ee1c0db..33d22690 100644 --- a/src/gdcmDebug.h +++ b/src/gdcmDebug.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDebug.h,v $ Language: C++ - Date: $Date: 2005/11/28 16:31:23 $ - Version: $Revision: 1.50 $ + Date: $Date: 2005/11/28 16:50:32 $ + Version: $Revision: 1.51 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -162,7 +162,7 @@ private: } \ } #define gdcmDebugMacro(msg) \ - gdcmDebugBodyMacro(this,msg) + gdcmDebugBodyMacro(NULL,msg) #define gdcmStaticDebugMacro(msg) \ gdcmDebugBodyMacro(NULL,msg) #endif //NDEBUG