From 1f8c0fa06e999c8d01cdc1b9a488e1a8109469a6 Mon Sep 17 00:00:00 2001 From: Tobi Date: Wed, 8 Dec 2021 16:02:10 +0100 Subject: [PATCH] Update thread.cpp --- internal/thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/thread.cpp b/internal/thread.cpp index 9b7ca84..95c500e 100644 --- a/internal/thread.cpp +++ b/internal/thread.cpp @@ -45,7 +45,7 @@ namespace RenderD7 { } } - void Thread::detach() { + void Thread::kill() { threadDetach(m_thread); m_running = false; m_started = false;