From 7418abaeb3130423bedd6bcb3cef0eb2565ed5d6 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 6 Jun 2018 19:00:12 +0200 Subject: Added unit-test for InstrumentParser. --- src/sample.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/sample.h') diff --git a/src/sample.h b/src/sample.h index e9cbf18..7eb4076 100644 --- a/src/sample.h +++ b/src/sample.h @@ -36,8 +36,6 @@ using AudioFiles = std::map; class Sample { - friend class InstrumentParser; - friend class PowerList; public: Sample(const std::string& name, float power); ~Sample(); @@ -45,6 +43,10 @@ public: AudioFile* getAudioFile(const Channel& channel); private: + friend class InstrumentParser; + friend class PowerList; + friend class InstrumentParserTest; + void addAudioFile(InstrumentChannel* instrument_channel, AudioFile* audio_file); -- cgit v1.2.3