fix HoldNote compile errors/warnings

This commit is contained in:
Chris Danford
2003-04-05 21:18:18 +00:00
parent 0bb7164b91
commit d2a73edf35
4 changed files with 7 additions and 10 deletions
+1
View File
@@ -75,6 +75,7 @@ CString NoteTypeToString( NoteType nt );
struct HoldNote
{
HoldNote( int t, float s, float e ) { iTrack=t; fStartBeat=s; fEndBeat=e; }
int iTrack;
float fStartBeat;
float fEndBeat;