aboutsummaryrefslogtreecommitdiff
path: root/src/stable/thread.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2020-03-24 11:05:40 -0700
committerMike Buland <eichlan@xagasoft.com>2020-03-24 11:05:40 -0700
commitde026982f5273807669c13fab9c79dffaeb8c253 (patch)
tree06687fba2a8eb3327cfc1a614b75e95ca16e8b52 /src/stable/thread.cpp
parent59be1eca587eb3da14c2e924a186396f321f5a58 (diff)
parent9db480db19a6929d958edd143d22fbf249afcb6f (diff)
downloadlibbu++-de026982f5273807669c13fab9c79dffaeb8c253.tar.gz
libbu++-de026982f5273807669c13fab9c79dffaeb8c253.tar.bz2
libbu++-de026982f5273807669c13fab9c79dffaeb8c253.tar.xz
libbu++-de026982f5273807669c13fab9c79dffaeb8c253.zip
Merge branch 'master' into unicode
Diffstat (limited to 'src/stable/thread.cpp')
-rw-r--r--src/stable/thread.cpp2
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
54bool Bu::Thread::stop() 54bool Bu::Thread::forceStop()
55{ 55{
56 pthread_cancel( ptHandle ); 56 pthread_cancel( ptHandle );
57 57