freebsd-ports/audio/spiralloops/files/patch-SpiralSound_Sample.C
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

14 lines
300 B
C

--- SpiralSound/Sample.C.orig Wed Nov 22 13:02:12 2006
+++ SpiralSound/Sample.C Wed Nov 22 13:03:58 2006
@@ -18,9 +18,9 @@
#include <string.h>
#include "Sample.h"
-#include "iostream.h"
+#include "iostream"
-Sample::Sample(int Len=0) :
+Sample::Sample(int Len) :
m_Data(NULL),
m_Length(0)
{