Added the filter pool to the resources

This commit is contained in:
Paul Fd 2020-02-09 14:17:05 +01:00
parent 137607b2c6
commit 8c93c87f36

View file

@ -16,5 +16,6 @@ struct Resources
MidiState midiState;
Logger logger;
FilePool filePool { logger };
FilterPool filterPool { midiState };
};
}