1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

VC6 compatibility updates

This commit is contained in:
Julian Storer 2009-12-22 20:59:32 +00:00
parent 24a121e4dd
commit a2183daee5
7 changed files with 32 additions and 44 deletions

View file

@ -491,7 +491,7 @@ bool ValueTree::hasProperty (const var::identifier& name) const throw()
void ValueTree::removeProperty (const var::identifier& name, UndoManager* const undoManager) throw()
{
if (object != 0)
return object->removeProperty (name, undoManager);
object->removeProperty (name, undoManager);
}
void ValueTree::removeAllProperties (UndoManager* const undoManager) throw()