Fix Initializer Again

This commit is contained in:
tildearrow 2022-08-19 01:27:21 -05:00
parent 42006e338c
commit 6527840556

View file

@ -497,8 +497,8 @@ struct DivInstrumentES5506 {
Filter filter; Filter filter;
Envelope envelope; Envelope envelope;
DivInstrumentES5506(): DivInstrumentES5506():
filter(Filter()), filter(Filter()),
envelope(Envelope()) {} envelope(Envelope()) {}
}; };
struct DivInstrument { struct DivInstrument {