]> git.vomp.tv Git - vompserver.git/commitdiff
Update for gcc 4
authorChris Tallon <chris@vomp.tv>
Mon, 31 Oct 2005 20:10:53 +0000 (20:10 +0000)
committerChris Tallon <chris@vomp.tv>
Mon, 31 Oct 2005 20:10:53 +0000 (20:10 +0000)
thread.h

index d57375a8ea044a86023d5e1b355ad6f0f7f29d11..d5befc5641f605b4dd57965a6d60994ab9752a91 100755 (executable)
--- a/thread.h
+++ b/thread.h
@@ -51,6 +51,7 @@ class Thread
     pthread_mutex_t threadCondMutex;
 
   public:
+    virtual ~Thread() {};
     void threadInternalStart2();
 };