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;
|
||||
Envelope envelope;
|
||||
DivInstrumentES5506():
|
||||
filter(Filter()),
|
||||
envelope(Envelope()) {}
|
||||
filter(Filter()),
|
||||
envelope(Envelope()) {}
|
||||
};
|
||||
|
||||
struct DivInstrument {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue