Browse Source

Value: Update refersToSameSourceAs documentation

pull/22/head
Tom Poole 3 years ago
parent
commit
169a6f2d08
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      modules/juce_data_structures/values/juce_Value.h

+ 2
- 1
modules/juce_data_structures/values/juce_Value.h View File

@@ -114,7 +114,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…
Cancel
Save