mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Value: Update refersToSameSourceAs documentation
This commit is contained in:
parent
9c6ce98a54
commit
fe46afaf71
1 changed files with 2 additions and 1 deletions
|
|
@ -107,7 +107,8 @@ public:
|
|||
*/
|
||||
void referTo (const Value& valueToReferTo);
|
||||
|
||||
/** Returns true if this value and the other one are references to the same value.
|
||||
/** Returns true if this object and the other one use the same underlying
|
||||
ValueSource object.
|
||||
*/
|
||||
bool refersToSameSourceAs (const Value& other) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue