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:
parent
24a121e4dd
commit
a2183daee5
7 changed files with 32 additions and 44 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue