1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/audio/spiralloops/files/patch-SpiralSound-Output.C
Martin Wilke 3669e498c3 - Unbreak
PR:		ports/105744
Submitted by:	trasz
2006-11-22 20:45:23 +00:00

12 lines
321 B
C

--- SpiralSound/Output.C.orig Wed Nov 22 13:07:18 2006
+++ SpiralSound/Output.C Wed Nov 22 13:07:30 2006
@@ -29,7 +29,7 @@
m_Buffer.Zero();
}
-void Output::Send(Sample &data, float LeftVolume=1, float RightVolume=1)
+void Output::Send(Sample &data, float LeftVolume, float RightVolume)
{
long temp;
int on=0;