aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/progressListener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utility/progressListener.cpp')
-rw-r--r--src/utility/progressListener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utility/progressListener.cpp b/src/utility/progressListener.cpp
index 5d3b7834..c7babcbb 100644
--- a/src/utility/progressListener.cpp
+++ b/src/utility/progressListener.cpp
@@ -37,7 +37,7 @@ progressListenerSizeAdapter::progressListenerSizeAdapter
}
-const bool progressListenerSizeAdapter::cancel() const
+bool progressListenerSizeAdapter::cancel() const
{
return (m_wrapped ? m_wrapped->cancel() : false);
}