Skip to content
Snippets Groups Projects
Commit f860368f authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

BUG: fix error warning on windows

parent 6549e83e
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment