From 6f69d8e2c3e8eab02d9ee0bda151ea7ee3c0b739 Mon Sep 17 00:00:00 2001
From: Rashad Kanavath <rashad.kanavath@c-s.fr>
Date: Tue, 13 Oct 2015 09:28:59 +0200
Subject: [PATCH] COMP: remove typename in otbSarImageMetadataInterface.h

---
 Modules/Core/Metadata/include/otbSarImageMetadataInterface.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/Core/Metadata/include/otbSarImageMetadataInterface.h b/Modules/Core/Metadata/include/otbSarImageMetadataInterface.h
index 3ed787e142..7ce844f420 100644
--- a/Modules/Core/Metadata/include/otbSarImageMetadataInterface.h
+++ b/Modules/Core/Metadata/include/otbSarImageMetadataInterface.h
@@ -59,7 +59,7 @@ public:
   typedef double                                     RealType;
   typedef PointSetType::PointType                    PointType;
   typedef SarCalibrationLookupData                   LookupDataType;
-  typedef typename LookupDataType::Pointer          LookupDataPointerType;
+  typedef LookupDataType::Pointer                    LookupDataPointerType;
 
   virtual void CreateCalibrationLookupData(const short t);
 
-- 
GitLab