1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Minor clean-ups.

This commit is contained in:
jules 2013-03-09 18:05:51 +00:00
parent cf781ecb75
commit 522fd40e46
2 changed files with 5 additions and 5 deletions

View file

@ -811,7 +811,7 @@ private:
void valueTreeChildOrderChanged (ValueTree&) {}
void valueTreeParentChanged (ValueTree&) {}
JUCE_DECLARE_NON_COPYABLE (ValueTreePropertyValueSource)
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ValueTreePropertyValueSource)
};
Value ValueTree::getPropertyAsValue (const Identifier& name, UndoManager* const undoManager)