From ab8202f04d6717d8cb36adee2e7b9546eafa5cd3 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 10 Sep 2018 11:45:24 +0100 Subject: [PATCH] Fixed a documentation typo --- modules/juce_data_structures/values/juce_ValueTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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&);