mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Merge 984fc9476f into d6181bde38
This commit is contained in:
commit
8a99bc1a71
7 changed files with 54 additions and 9 deletions
|
|
@ -121,7 +121,7 @@ public:
|
|||
Existing listeners will still be registered after you call this method, and
|
||||
they'll continue to receive messages when the new value changes.
|
||||
*/
|
||||
void referTo (const Value& valueToReferTo);
|
||||
void referTo (const Value& valueToReferTo, bool notifyListeners = true);
|
||||
|
||||
/** Returns true if this object and the other one use the same underlying
|
||||
ValueSource object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue