win32: fix compilation after the last commit
[deb_libcec.git] / src / lib / platform / posix / pthreads.h
index e09945af65c726a4069ca8a97fc5dec7a3e79b0d..b39c1e99cda2e24764143b43eceaa18a68103735 100644 (file)
@@ -68,8 +68,8 @@ namespace CEC
   class CThread : public IThread
   {
   public:
-    CThread(void);
-    virtual ~CThread(void);
+    CThread(void) { };
+    virtual ~CThread(void) { };
 
     virtual bool CreateThread(bool bWait = true);
     virtual bool StopThread(bool bWaitForExit = true);