mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
APVTS: Fix thread sanitizer complaint
This commit is contained in:
parent
5af01b9b16
commit
a886495606
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ struct AttachedControlBase : public AudioProcessorValueTreeState::Listener,
|
|||
|
||||
AudioProcessorValueTreeState& state;
|
||||
String paramID;
|
||||
float lastValue;
|
||||
std::atomic<float> lastValue;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AttachedControlBase)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue