1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix some deprecation warnings

This commit is contained in:
reuk 2022-03-10 20:56:33 +00:00
parent 87a4ab4a78
commit ebac835673
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
10 changed files with 15 additions and 11 deletions

View file

@ -41,7 +41,6 @@ struct MPEZone
enum class Type { lower, upper };
MPEZone() = default;
MPEZone (const MPEZone& other) = default;
MPEZone (Type type, int memberChannels = 0, int perNotePitchbend = 48, int masterPitchbend = 2)
: zoneType (type),