summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-03-25 16:31:39 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-03-25 16:31:39 +0000
commit3debc17c519d42cb0c0e7154cdd9704eddd15fcc (patch)
tree98ef969392bd5879ea0e9306b421c99e5c531849 /src
parent1db1a40c0921d8e0520aa083a0cad470abb2033d (diff)
Fix a compilation error
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11262 e03df62e-2008-0410-955e-edbf42e46eb7
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)
{