mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some uninitialised ValueWithDefault pointers in the ChoicePropertyComponents
This commit is contained in:
parent
32aa676f01
commit
3ccbd29b39
4 changed files with 4 additions and 4 deletions
|
|
@ -115,7 +115,7 @@ public:
|
|||
private:
|
||||
void valueChanged (Value&) override { sendChangeMessage (true); }
|
||||
|
||||
ValueWithDefault* valueWithDefault;
|
||||
ValueWithDefault* valueWithDefault = nullptr;
|
||||
Value sourceValue;
|
||||
Array<var> mappings;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue