summaryrefslogtreecommitdiff
path: root/include/threadengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/threadengine.h')
-rw-r--r--include/threadengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/threadengine.h b/include/threadengine.h
index e45987e26..b5f8e5755 100644
--- a/include/threadengine.h
+++ b/include/threadengine.h
@@ -27,7 +27,7 @@ class CoreExport Thread : public Pipe, public Extensible
/** Threads destructor
*/
- virtual ~Thread();
+ virtual ~Thread() = default;
/** Join to the thread, sets the exit state to true
*/