mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-10 14:55:06 +00:00
Fix Initializer Again
This commit is contained in:
parent
42006e338c
commit
6527840556
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue