diff options
-rw-r--r-- | src/threadengine.cpp | 2 |
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) { |