mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed a newline in juce_ValueTree.cpp
This commit is contained in:
parent
4229dc0a4f
commit
08e87599d3
1 changed files with 0 additions and 1 deletions
|
|
@ -220,7 +220,6 @@ public:
|
||||||
auto newObject = new SharedObject (typeToMatch);
|
auto newObject = new SharedObject (typeToMatch);
|
||||||
addChild (newObject, -1, undoManager);
|
addChild (newObject, -1, undoManager);
|
||||||
return ValueTree (newObject);
|
return ValueTree (newObject);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ValueTree getChildWithProperty (const Identifier& propertyName, const var& propertyValue) const
|
ValueTree getChildWithProperty (const Identifier& propertyName, const var& propertyValue) const
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue