1
0
Fork 0
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:
Julian Storer 2010-11-19 22:03:35 +00:00
parent 51b5570292
commit 4cfdcb69fd
110 changed files with 1325 additions and 1606 deletions

View file

@ -122,7 +122,7 @@ public:
newList->addChangeListener (this);
}
void changeListenerCallback (void*)
void changeListenerCallback (ChangeBroadcaster*)
{
clearSubItems();