X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FclitkDicomRT_Contour.h;fp=common%2FclitkDicomRT_Contour.h;h=78a5bfde6519030fa4393eb0247a87319bb37047;hb=52b3a1eaf00a581dc231c2d8b452a2d8ba18e980;hp=91d75d6ffb411be64962f2091527a1e169428372;hpb=cc48cd96d431d3bdceaf12bbfab9908ddfb9454c;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();