force TypeName arrays for XToString to be an array of const char*, not CString
This commit is contained in:
@@ -15,7 +15,7 @@ TapNote TAP_ORIGINAL_AUTO_KEYSOUND ( TapNote::autoKeysound,TapNote::SubType_inva
|
||||
TapNote TAP_ADDITION_TAP ( TapNote::tap, TapNote::SubType_invalid, TapNote::addition, "", 0, false, 0 );
|
||||
TapNote TAP_ADDITION_MINE ( TapNote::mine, TapNote::SubType_invalid, TapNote::addition, "", 0, false, 0 );
|
||||
|
||||
static const CString NoteTypeNames[] = {
|
||||
static const char *NoteTypeNames[] = {
|
||||
"4th",
|
||||
"8th",
|
||||
"12th",
|
||||
|
||||
Reference in New Issue
Block a user