diff options
author | arved <arved@FreeBSD.org> | 2006-12-23 01:54:30 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-12-23 01:54:30 +0800 |
commit | c05513d08338a656ebc9e5658726af30b23a216f (patch) | |
tree | 35be99dba625fb5a415a2cde9d670178ee0fb33d /audio/spiralsynth | |
parent | 8f862c1080855de0b2a99879d74a7aba28eb6a10 (diff) | |
download | freebsd-ports-gnome-c05513d08338a656ebc9e5658726af30b23a216f.tar.gz freebsd-ports-gnome-c05513d08338a656ebc9e5658726af30b23a216f.tar.zst freebsd-ports-gnome-c05513d08338a656ebc9e5658726af30b23a216f.zip |
fix build with gcc41
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r-- | audio/spiralsynth/files/patch-SpiralSound-Sequencer.h | 11 |
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 ¬e, int &oct, int &key); ++ bool GetSeqNote(float ¬e, int &oct, int &key); + + private: + |