diff options
author | Mike Buland <eichlan@xagasoft.com> | 2020-03-24 11:05:40 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2020-03-24 11:05:40 -0700 |
commit | de026982f5273807669c13fab9c79dffaeb8c253 (patch) | |
tree | 06687fba2a8eb3327cfc1a614b75e95ca16e8b52 /src/stable/thread.cpp | |
parent | 59be1eca587eb3da14c2e924a186396f321f5a58 (diff) | |
parent | 9db480db19a6929d958edd143d22fbf249afcb6f (diff) | |
download | libbu++-de026982f5273807669c13fab9c79dffaeb8c253.tar.gz libbu++-de026982f5273807669c13fab9c79dffaeb8c253.tar.bz2 libbu++-de026982f5273807669c13fab9c79dffaeb8c253.tar.xz libbu++-de026982f5273807669c13fab9c79dffaeb8c253.zip |
Merge branch 'master' into unicode
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 | ||