Rename getNoteBounds to boundsForNotes

This commit is contained in:
allejok96
2022-06-11 22:14:29 +02:00
parent 308b4650b6
commit 0d906f7203
3 changed files with 3 additions and 3 deletions

View File

@@ -257,6 +257,6 @@ struct NoteBounds
};
std::optional<NoteBounds> getNoteBounds(const NoteVector& notes);
std::optional<NoteBounds> boundsForNotes(const NoteVector& notes);
#endif