From dfd472bbedf71c41dbb464aa60b35d1712cbd7ad Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 15 Nov 2008 22:56:24 +0000 Subject: Stubs for HTTP streaming. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1719 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Thread.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'raul') diff --git a/raul/Thread.hpp b/raul/Thread.hpp index 14652c9..d7733c7 100644 --- a/raul/Thread.hpp +++ b/raul/Thread.hpp @@ -89,8 +89,7 @@ private: } /** Allocate thread-specific data key */ - static void thread_key_alloc() - { + static void thread_key_alloc() { pthread_key_create(&_thread_key, NULL); } -- cgit v1.2.1