... oops.

This commit is contained in:
Glenn Maynard
2002-12-13 22:07:59 +00:00
parent ef2b3d18eb
commit 3f6075cdd6
+1 -1
View File
@@ -88,7 +88,7 @@ void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Notes &out, int start )
const int iLastMeasure = int( notedata.GetLastBeat()/BEATS_PER_MEASURE );
for( int m=0; m<=iLastMeasure; m++ ) // foreach measure
{
NoteType nt = notedata.GetSmallestNoteTypeForMeasure( m );
NoteType nt = NoteDataUtil::GetSmallestNoteTypeForMeasure( notedata, m );
double fCurrentIncrementer;
switch( nt )