X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Futil%2Fthreads.h;h=d1b6239e852252a482e9334c152235f9fea8bab0;hb=d522ed7e67689a11291e99e49b5768e973de90bb;hp=5c05f4180d4e936289ae9edcd67bda9b1c050981;hpb=2abe74ebbd27d8c30060b3eebb363e10d3fbfd80;p=deb_libcec.git diff --git a/src/lib/util/threads.h b/src/lib/util/threads.h index 5c05f41..d1b6239 100644 --- a/src/lib/util/threads.h +++ b/src/lib/util/threads.h @@ -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;