cec: fixed return value of StopThread()
[deb_libcec.git] / src / lib / util / threads.h
index 5c05f4180d4e936289ae9edcd67bda9b1c050981..d1b6239e852252a482e9334c152235f9fea8bab0 100644 (file)
@@ -85,7 +85,7 @@ public:
 
   virtual bool IsRunning(void) const { return m_bRunning; }
   virtual bool CreateThread(void);
-  virtual bool StopThread(bool bWaitForExit = true);
+  virtual void StopThread(bool bWaitForExit = true);
 
   static void *ThreadHandler(CThread *thread);
   virtual void *Process(void) = 0;