diff --git a/modules/juce_data_structures/values/juce_ValueTree.h b/modules/juce_data_structures/values/juce_ValueTree.h index 9e23c09b67..601bda2635 100644 --- a/modules/juce_data_structures/values/juce_ValueTree.h +++ b/modules/juce_data_structures/values/juce_ValueTree.h @@ -141,7 +141,7 @@ public: Note that calling this just points this at the new object and invokes the Listener::valueTreeRedirected callback, but it's not an undoable operation. If you're trying to replace an entire tree in an undoable way, you probably want - to use copyPropertiesAndChildren() instead. + to use copyPropertiesAndChildrenFrom() instead. */ ValueTree& operator= (const ValueTree&);