X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDebug.h;h=86a2002203cc564cba8308fcc4376a43f0ac895d;hb=c5618e6b8276e1b21bbea354fe8bcba3c78eb4bd;hp=886e2ec4e5dca24f8f3c4c20749ff4a0c283a6b2;hpb=0e82725d64f17545e782c18039ced7ea898f8cad;p=gdcm.git diff --git a/src/gdcmDebug.h b/src/gdcmDebug.h index 886e2ec4..86a20022 100644 --- a/src/gdcmDebug.h +++ b/src/gdcmDebug.h @@ -3,8 +3,6 @@ #ifndef GDCMDEBUG_H #define GDCMDEBUG_H -#define GDCM_DEBUG -1 - /** * \ingroup gdcmDebug * \brief gdcmDebug is an object for debugging in program. @@ -18,7 +16,7 @@ */ class gdcmDebug { public: - gdcmDebug(int level = GDCM_DEBUG); + gdcmDebug(int level = -1); void SetDebug (int level); void Verbose(int, const char*, const char* ="");