Hey all,
I took a break from JUCEing for a while, and am now looking to bring a project I was working on in early 2017 to current JUCE standards.
When trying to compile I’m getting the following error:
Blockquote
‘getLabel’ is a private member of ‘juce::AudioProcessorParameterWithID’
However, poking around the documentation here it still says that getLabel is public-
https://docs.juce.com/master/classAudioProcessorParameter.html
What am I doing wrong? Here’s a small screenshot of my code:

