From 4ec44b0f8921219632ee8b57064d894655882d1e Mon Sep 17 00:00:00 2001 From: Tobi Date: Wed, 8 Dec 2021 16:01:47 +0100 Subject: [PATCH] Update thread.hpp --- internal/thread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/thread.hpp b/internal/thread.hpp index 4c59324..ccd5eba 100644 --- a/internal/thread.hpp +++ b/internal/thread.hpp @@ -78,7 +78,7 @@ namespace RenderD7 { /** * @brief Detaches the thread */ - void detach(); + void kill(); /** * @brief Waits for the thread to finish