From ba6c0e17cf91b8a93179e9e9f05c492836015f4d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 20 Apr 2008 23:56:55 +0000 Subject: fix C++ compat git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2288 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulse/proplist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index 302a59db..40c47759 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -192,7 +192,7 @@ void pa_proplist_clear(pa_proplist *p); /** Allocate a new property list and copy over every single entry from * the specific list. \since 0.9.11 */ -pa_proplist* pa_proplist_copy(pa_proplist *template); +pa_proplist* pa_proplist_copy(pa_proplist *t); PA_C_DECL_END -- cgit