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

11 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;