mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Fixed an unused variable warning
This commit is contained in:
parent
e38643b2a9
commit
f55cbf3724
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ void ValueTreeSynchroniser::valueTreePropertyChanged (ValueTree& vt, const Ident
|
|||
{
|
||||
ValueTreeSynchroniserHelpers::writeHeader (*this, m, ValueTreeSynchroniserHelpers::propertyChanged, vt);
|
||||
m.writeString (property.toString());
|
||||
vt.getProperty (property).writeToStream (m);
|
||||
value->writeToStream (m);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue