X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_Contour.h;h=78a5bfde6519030fa4393eb0247a87319bb37047;hb=323952cc3c1cc5d0e4f21dd9ac74736207cc544a;hp=91d75d6ffb411be64962f2091527a1e169428372;hpb=2300716104b55267692efc2c0e506b3c5c45df38;p=clitk.git diff --git a/common/clitkDicomRT_Contour.h b/common/clitkDicomRT_Contour.h index 91d75d6..78a5bfd 100644 --- a/common/clitkDicomRT_Contour.h +++ b/common/clitkDicomRT_Contour.h @@ -68,7 +68,11 @@ protected: ///Z location of the contour double mZ; +#if GDCM_MAJOR_VERSION == 2 gdcm::Item * mItem; +#else + gdcm::SQItem * mItem; +#endif private: DicomRT_Contour();