]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/threadengine.cpp
Addendum to r11303, fix for bug #833: use correct result for the type (bitmask/record...
[user/henk/code/inspircd.git] / src / threadengine.cpp
index faa02023432ee3c31506528f0791048ef4231554..c6128d13295efd0b7ea76ee2012ef2ca293821ed 100644 (file)
@@ -23,7 +23,7 @@
 /** If this thread has a Creator set, call it to
  * free the thread
  */
-virtual ~Thread::Thread()
+Thread::~Thread()
 {
        if (state)
        {