summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/threadengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadengine.cpp b/src/threadengine.cpp
index faa020234..c6128d132 100644
--- a/src/threadengine.cpp
+++ b/src/threadengine.cpp
@@ -23,7 +23,7 @@
/** If this thread has a Creator set, call it to
* free the thread
*/
-virtual ~Thread::Thread()
+Thread::~Thread()
{
if (state)
{