fix C++ compat
authorLennart Poettering <lennart@poettering.net>
Sun, 20 Apr 2008 23:56:55 +0000 (23:56 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 20 Apr 2008 23:56:55 +0000 (23:56 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2288 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulse/proplist.h

index 302a59d..40c4775 100644 (file)
@@ -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