mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a documentation typo
This commit is contained in:
parent
8495d429ff
commit
ab8202f04d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue