mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
Minor clean-ups.
This commit is contained in:
parent
e6237b5154
commit
c76e500574
32 changed files with 329 additions and 357 deletions
|
|
@ -391,7 +391,7 @@ void ValueTree::SharedObject::removeAllChildren (UndoManager* const undoManager)
|
|||
|
||||
|
||||
//==============================================================================
|
||||
ValueTree ValueTree::invalid ((ValueTree::SharedObject*) 0);
|
||||
ValueTree ValueTree::invalid (static_cast <ValueTree::SharedObject*> (0));
|
||||
|
||||
ValueTree::ValueTree (const String& type_)
|
||||
: object (new ValueTree::SharedObject (type_))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue