1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

AudioProcessor: Remove friendship with AudioProcessorParameter

This commit is contained in:
reuk 2025-08-07 20:15:35 +01:00
parent da8150bb58
commit ccdc9d6779
No known key found for this signature in database

View file

@ -1642,7 +1642,6 @@ private:
template <typename floatType>
void processBypassed (AudioBuffer<floatType>&, MidiBuffer&);
friend class AudioProcessorParameter;
friend class LADSPAPluginInstance;
[[deprecated ("This method is no longer used - you can delete it from your AudioProcessor classes.")]]