diff options
Diffstat (limited to '')
-rw-r--r-- | src/stable/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/thread.cpp b/src/stable/thread.cpp index 98f08ec..7d362e9 100644 --- a/src/stable/thread.cpp +++ b/src/stable/thread.cpp | |||
@@ -51,7 +51,7 @@ bool Bu::Thread::start() | |||
51 | return true; | 51 | return true; |
52 | } | 52 | } |
53 | 53 | ||
54 | bool Bu::Thread::stop() | 54 | bool Bu::Thread::forceStop() |
55 | { | 55 | { |
56 | pthread_cancel( ptHandle ); | 56 | pthread_cancel( ptHandle ); |
57 | 57 | ||