From f98c34617c74b763d54b46c64f7ee08db59f8f87 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABlle=20USSEGLIO?= <gaelle.usseglio@cnes.fr>
Date: Fri, 12 Jul 2019 14:50:41 +0000
Subject: [PATCH] BUG : no override for SARTilesAnalysis

---
 include/otbTilesAnalysisImageFilter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/otbTilesAnalysisImageFilter.h b/include/otbTilesAnalysisImageFilter.h
index e9bcd34..544a6ee 100644
--- a/include/otbTilesAnalysisImageFilter.h
+++ b/include/otbTilesAnalysisImageFilter.h
@@ -190,7 +190,7 @@ protected:
       first tile */
   virtual void ThreadedGenerateData(unsigned int startTileId, unsigned int stopTileId, 
 				    unsigned int firstTileIndexL, unsigned int firstTileIndexC,
-				    itk::ThreadIdType threadId) ITK_OVERRIDE;
+				    itk::ThreadIdType threadId);
 
  /** Static function used as a "callback" by the MultiThreader.  The threading
   * library will call this routine for each thread, which will delegate the
-- 
GitLab