1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

fix build with gcc41

This commit is contained in:
Tilman Keskinoz 2006-12-22 17:54:30 +00:00
parent c12ed948eb
commit e95542e39a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180515

View File

@ -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: