aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/tasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/utils/tasks.cpp')
-rw-r--r--host/lib/utils/tasks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/utils/tasks.cpp b/host/lib/utils/tasks.cpp
index ce6e1716c..0eddd2488 100644
--- a/host/lib/utils/tasks.cpp
+++ b/host/lib/utils/tasks.cpp
@@ -91,7 +91,7 @@ public:
_spawn_barrier.wait();
}
- ~msg_task_impl(void)
+ ~msg_task_impl(void) override
{
_running = false;
_thread_group.interrupt_all();
@@ -104,7 +104,7 @@ public:
* stranded messages here. This might happen during shutdown when dtors are called.
* See also: comments in b200_io_impl->handle_async_task
*/
- msg_payload_t get_msg_from_dump_queue(uint32_t sid)
+ msg_payload_t get_msg_from_dump_queue(uint32_t sid) override
{
boost::mutex::scoped_lock lock(_mutex);
msg_payload_t b;