From e95542e39a443a08cb9db5655e6e9e15d658461e Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Fri, 22 Dec 2006 17:54:30 +0000 Subject: [PATCH] fix build with gcc41 --- audio/spiralsynth/files/patch-SpiralSound-Sequencer.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/spiralsynth/files/patch-SpiralSound-Sequencer.h 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: +