diff --git a/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.h b/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.h
index bbdb9c94ee36c6820ea919cab88e3acb1017334b..26b529fdf36d55a57865b50e7eb84335ea804089 100644
--- a/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.h
+++ b/Modules/Core/Streaming/include/otbStreamingImageVirtualWriter.h
@@ -146,7 +146,7 @@ public:
   // the interface of the superclass getter function is not thread safe
   bool GetAbortGenerateDataMutex() const;
 
-  void SetAbortGenerateData(bool val) override;
+  void SetAbortGenerateData(const bool val) override;
 
 protected:
   StreamingImageVirtualWriter();
diff --git a/Modules/IO/ImageIO/include/otbImageFileWriter.h b/Modules/IO/ImageIO/include/otbImageFileWriter.h
index cc35acf115001beb1bb6ae252d9078687023aac5..d8d18f634aa0a8cba7a94f6b4b65327e6de8e60a 100644
--- a/Modules/IO/ImageIO/include/otbImageFileWriter.h
+++ b/Modules/IO/ImageIO/include/otbImageFileWriter.h
@@ -203,7 +203,7 @@ public:
   // the interface of the superclass getter function is not thread safe
   bool GetAbortGenerateDataMutex() const;
 
-  void SetAbortGenerateData(bool val) override;
+  void SetAbortGenerateData(const bool val) override;
 
 protected:
   ImageFileWriter();