aboutsummaryrefslogtreecommitdiff
path: root/audio/spiralsynth
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-12-22 17:54:30 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-12-22 17:54:30 +0000
commite95542e39a443a08cb9db5655e6e9e15d658461e (patch)
tree9801fcada3b7a7bf56ee937cfae64e81d5e2ba49 /audio/spiralsynth
parentc12ed948eb7ac67f30e057e3afcd268c14fb3d06 (diff)
downloadports-e95542e39a443a08cb9db5655e6e9e15d658461e.tar.gz
ports-e95542e39a443a08cb9db5655e6e9e15d658461e.zip
fix build with gcc41
Notes
Notes: svn path=/head/; revision=180515
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r--audio/spiralsynth/files/patch-SpiralSound-Sequencer.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/spiralsynth/files/patch-SpiralSound-Sequencer.h b/audio/spiralsynth/files/patch-SpiralSound-Sequencer.h
new file mode 100644
index 000000000000..8ece3e185586
--- /dev/null
+++ b/audio/spiralsynth/files/patch-SpiralSound-Sequencer.h
@@ -0,0 +1,11 @@
+--- SpiralSound/Sequencer.h.orig Fri Dec 22 18:51:59 2006
++++ SpiralSound/Sequencer.h Fri Dec 22 18:52:21 2006
+@@ -40,7 +40,7 @@
+ void SetLength(int s) {m_Length=s;}
+ void SetArp(bool s) {m_Arp=s;}
+ void SetArpNotes(int s) {m_ArpNotes=s;}
+- bool Sequencer::GetSeqNote(float &note, int &oct, int &key);
++ bool GetSeqNote(float &note, int &oct, int &key);
+
+ private:
+