From 04def4f7b81ad39175b44ac3942f9483e5edb377 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Tue, 24 Feb 2009 04:24:58 +0000 Subject: [PATCH] Last Commit (Threads and Stop): Linux build fix, I forgot to change the definition of the function there to git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2402 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/Thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/Src/Thread.cpp b/Source/Core/Common/Src/Thread.cpp index 72d56b17e1..a2247a5dfe 100644 --- a/Source/Core/Common/Src/Thread.cpp +++ b/Source/Core/Common/Src/Thread.cpp @@ -414,7 +414,7 @@ Thread::~Thread() } -void Thread::WaitForDeath() +void Thread::WaitForDeath(const int _Wait) { if (thread_id) {