Closed hugbug closed 4 years ago
Newer versions of JUCE replace ScopedPointer with std::unique_ptr. Our code needs to be adjusted for that change. There are also few other minor changes to account for.
ScopedPointer
std::unique_ptr
Newer versions of JUCE replace
ScopedPointer
withstd::unique_ptr
. Our code needs to be adjusted for that change. There are also few other minor changes to account for.