In juce_ChangeBroadcaster.cpp the assertion comments in removeChangeListener and removeAllChangeListeners should read:
// Listeners can only be safely **removed** when the event thread is locked
In juce_ChangeBroadcaster.cpp the assertion comments in removeChangeListener and removeAllChangeListeners should read:
// Listeners can only be safely **removed** when the event thread is locked
Thanks!