[pulseaudio-commits] r2288 - /branches/glitch-free/src/pulse/proplist.h

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Sun Apr 20 16:56:56 PDT 2008


Author: lennart
Date: Mon Apr 21 01:56:55 2008
New Revision: 2288

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2288&root=pulseaudio&view=rev
Log:
fix C++ compat

Modified:
    branches/glitch-free/src/pulse/proplist.h

Modified: branches/glitch-free/src/pulse/proplist.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/proplist.h?rev=2288&root=pulseaudio&r1=2287&r2=2288&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/proplist.h (original)
+++ branches/glitch-free/src/pulse/proplist.h Mon Apr 21 01:56:55 2008
@@ -192,7 +192,7 @@
 
 /** 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
 




More information about the pulseaudio-commits mailing list