From be4a8828360b3607414c3ebfd836494e6490267d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Jun 2007 22:08:14 +0000 Subject: A lot of more work to get the lock-free stuff in place git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1474 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/core.h') diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h index 86660b7a..a64f2179 100644 --- a/src/pulsecore/core.h +++ b/src/pulsecore/core.h @@ -98,7 +98,7 @@ struct pa_core { }; PA_DECLARE_CLASS(pa_core); -#define PA_CORE(o) ((pa_core*) o) +#define PA_CORE(o) pa_core_cast(o) enum { PA_CORE_MESSAGE_UNLOAD_MODULE, -- cgit