mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string.
This commit is contained in:
parent
51b5570292
commit
4cfdcb69fd
110 changed files with 1325 additions and 1606 deletions
|
|
@ -217,7 +217,6 @@
|
|||
#include "../src/events/juce_ActionListenerList.cpp"
|
||||
#include "../src/events/juce_AsyncUpdater.cpp"
|
||||
#include "../src/events/juce_ChangeBroadcaster.cpp"
|
||||
#include "../src/events/juce_ChangeListenerList.cpp"
|
||||
#include "../src/events/juce_InterprocessConnection.cpp"
|
||||
#include "../src/events/juce_InterprocessConnectionServer.cpp"
|
||||
#include "../src/events/juce_Message.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue