wip: project compiles

This commit is contained in:
2023-08-08 12:51:37 +04:00
parent d565817d8f
commit d98e311d16
11 changed files with 4981 additions and 162 deletions

View File

@@ -66,7 +66,7 @@ public:
int result = get_semitone_shift_internal("A4", target_note_cstr);
delete target_note_cstr;
delete[] target_note_cstr;
return result;
}
};