diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h')
-rw-r--r-- | audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h b/audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h new file mode 100644 index 000000000000..64ea41d0aa6d --- /dev/null +++ b/audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h @@ -0,0 +1,19 @@ +--- SpiralSound/SpiralInfo.h.orig Wed Nov 22 12:59:01 2006 ++++ SpiralSound/SpiralInfo.h Wed Nov 22 13:00:04 2006 +@@ -16,13 +16,15 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-#include <iostream.h> ++#include <iostream> + #include <string> + #include <stdlib.h> + #include "Sample.h" + + #ifndef SpiralINFO + #define SpiralINFO ++ ++using namespace std; + + // todo: better place for these util funcs + float RandFloat(float s=0.0f, float e=1.0f); |