MacBitmapImage compile error

Here’s an odd one…

I’ve been working along happily in 1.52, and then decided to do a clean build.
This required me to rebuild libjucedebug.a. Not a big deal.

When I did that I got a compiler error in MacBitmapImage’s destructor:
MacBitmapImage::~MacBitmapImage()
"Extra qualification ‘juce::MacBitmapImage::’ on member ‘MacBitmapImage’

Easily fixed, but it made me wonder how that had gotten through. Or is it only a problem on my system?

Is that a juce class? If so, it doesn’t exist any more, and TBH I can’t remember what it was for!