Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate class for extended note range upgrade (#6548)
Extract the code that upgrades the extended note range into its own class. This hides the helper functions that are related to the upgrade from the other upgrade methods in DataFile.cpp. The header file is put into the src/core directory as it is not part of the public interface and therefore should not be included in the "global" include directory. The whole thing is just an implementation detail of the upgrade in DataFile.cpp.
- Loading branch information