Browse Source

Fixed a documentation typo

tags/2021-05-28
jules 6 years ago
parent
commit
ab8202f04d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_data_structures/values/juce_ValueTree.h

+ 1
- 1
modules/juce_data_structures/values/juce_ValueTree.h View File

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


Loading…
Cancel
Save