Fix Initializer
This commit is contained in:
parent
9c80f91870
commit
42006e338c
|
|
@ -496,7 +496,9 @@ struct DivInstrumentES5506 {
|
||||||
};
|
};
|
||||||
Filter filter;
|
Filter filter;
|
||||||
Envelope envelope;
|
Envelope envelope;
|
||||||
DivInstrumentES5506() {}
|
DivInstrumentES5506():
|
||||||
|
filter(Filter()),
|
||||||
|
envelope(Envelope()) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct DivInstrument {
|
struct DivInstrument {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue