From cd6209bcdd686b630bece9dc7b73e24584dbf769 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Aug 2012 22:06:28 +0000 Subject: Update test suite to compile and pass again. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4718 a436a847-0d15-0410-975c-d299462d15a1 --- test/sem_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/sem_test.cpp') diff --git a/test/sem_test.cpp b/test/sem_test.cpp index 7e06693..1836317 100644 --- a/test/sem_test.cpp +++ b/test/sem_test.cpp @@ -26,8 +26,8 @@ using namespace Raul; class Waiter : public Raul::Thread { public: - Waiter(Semaphore& sem) : Raul::Thread("Waiter"), _sem(sem) { - } + Waiter(Semaphore& sem) : Raul::Thread(), _sem(sem) + {} private: void _run() { -- cgit v1.2.1