From: malaterre Date: Tue, 30 Oct 2007 13:35:08 +0000 (+0000) Subject: COMP: seriously please SunOS compiler...sigh X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b0547f7c8211140657f26a3679da66c67dc0bdbd;p=gdcm.git COMP: seriously please SunOS compiler...sigh --- diff --git a/src/gdcmSegmentedPalette.h b/src/gdcmSegmentedPalette.h index 99cbe9f0..ca33a964 100644 --- a/src/gdcmSegmentedPalette.h +++ b/src/gdcmSegmentedPalette.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSegmentedPalette.h,v $ Language: C++ - Date: $Date: 2007/10/30 13:31:54 $ - Version: $Revision: 1.16 $ + Date: $Date: 2007/10/30 13:35:08 $ + Version: $Revision: 1.17 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -86,7 +86,7 @@ namespace GDCM_NAME_SPACE template class Segment { public: - typedef std::map SegmentMap; + typedef std::map SegmentMap; virtual bool Expand(const SegmentMap& instances, std::vector& expanded) const = 0; const EntryType* First() const { return _first; }