bepzi / helm

A custom fork of Matt Tytel's Helm synthesizer
GNU General Public License v3.0
7 stars 0 forks source link

Fix JUCE 6 deprecation warnings #6

Closed bepzi closed 3 years ago

bepzi commented 3 years ago

It seems like ScopedPointer has been deprecated in JUCE 6. This can probably be replaced with std::unique_ptr in 99% of cases.

bepzi commented 3 years ago

Done in e9a4c5d61b1f4940b9c52963a93d81c35a1021cc and a8669bab4e508d253a9791766ea0a4f0ff64a888