From b18d24e26e3f451888b4ef28840dc63f156732e0 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Mon, 31 Oct 2005 20:10:53 +0000 Subject: [PATCH] Update for gcc 4 --- thread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thread.h b/thread.h index d57375a..d5befc5 100755 --- a/thread.h +++ b/thread.h @@ -51,6 +51,7 @@ class Thread pthread_mutex_t threadCondMutex; public: + virtual ~Thread() {}; void threadInternalStart2(); }; -- 2.39.2