From: Chris Tallon Date: Mon, 31 Oct 2005 20:10:53 +0000 (+0000) Subject: Update for gcc 4 X-Git-Tag: r0-0-17~2 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=b18d24e26e3f451888b4ef28840dc63f156732e0;p=vompserver.git Update for gcc 4 --- 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(); };