1
0
Fork 0
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:
Julian Storer 2010-04-15 11:09:20 +01:00
parent e6237b5154
commit c76e500574
32 changed files with 329 additions and 357 deletions

View file

@ -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_))