diff options
Diffstat (limited to 'src/domloader.h')
-rw-r--r-- | src/domloader.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/domloader.h b/src/domloader.h index 2901560..103de27 100644 --- a/src/domloader.h +++ b/src/domloader.h @@ -29,6 +29,8 @@ #include <vector> #include <string> +#include "logger.h" + struct DrumkitDOM; struct InstrumentDOM; class DrumKit; @@ -45,7 +47,7 @@ public: bool loadDom(const std::string& basepath, const DrumkitDOM& dom, const std::vector<InstrumentDOM>& instrumentdoms, - DrumKit& drumkit); + DrumKit& drumkit, LogFunction logger = nullptr); private: static InstrumentChannel* addOrGetChannel(Instrument& instrument, |