NUM_NOTE_TYPES -> NUM_NoteType

This commit is contained in:
Glenn Maynard
2006-02-02 08:43:05 +00:00
parent f873e9bd84
commit 8bd5e174f5
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ enum NoteType
NOTE_TYPE_48TH, // forty-eighth note
NOTE_TYPE_64TH, // sixty-fourth note
NOTE_TYPE_192ND,
NUM_NOTE_TYPES,
NUM_NoteType,
NOTE_TYPE_INVALID
};
const RString& NoteTypeToString( NoteType nt );