1
0
Fork 0
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:
Tom Poole 2022-04-27 11:21:42 +01:00
parent 9c6ce98a54
commit fe46afaf71

View file

@ -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;