StrangeLoopsAudio / gRainbow

A synthesizer that uses pitch detection to choose candidates for granular synthesis or sampling.
GNU General Public License v3.0
193 stars 5 forks source link

Remove deprecated ScopedPointer #10

Closed sjfricke closed 3 years ago

sjfricke commented 3 years ago

http://jucebrary.sourceforge.net/docs/doxygen/classjuce_1_1ScopedPointer.html#details

This class is deprecated.

You should use std::unique_ptr instead.

sjfricke commented 3 years ago

Remove juce::ScopedPointer

sjfricke commented 3 years ago

merged since its trivial and sick of getting warnings in my build masking other real errors