X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_StructureSet.h;h=d1cc37c2364b3451f9ad0b495b9de409a80c3425;hb=3c2462eafabcf428b4d2775c414a7b5f62511d3f;hp=5e4cf972d0a158284d4d5e721865bb0bef5eb016;hpb=32539f6a33f6a97a8493a1fa11360d09be843a4c;p=clitk.git diff --git a/common/clitkDicomRT_StructureSet.h b/common/clitkDicomRT_StructureSet.h index 5e4cf97..d1cc37c 100644 --- a/common/clitkDicomRT_StructureSet.h +++ b/common/clitkDicomRT_StructureSet.h @@ -44,8 +44,8 @@ public: typedef itk::SmartPointer Pointer; itkNewMacro(Self); - typedef typename std::map::iterator ROIIteratorType; - typedef typename std::map::const_iterator ROIConstIteratorType; + typedef std::map::iterator ROIIteratorType; + typedef std::map::const_iterator ROIConstIteratorType; void Print(std::ostream & os = std::cout) const; void Read(const std::string & filename);