diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-02-03 12:58:56 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-02-03 12:58:56 +0100 |
commit | cd8c6ffd87e8c53724d608c4084305c67c371548 (patch) | |
tree | 6036ea14a4eae344d1ba895b1090a0fe4da0a14f /src/instrument.h | |
parent | 7a8e610ddde160950839f3af9356d4c416b39396 (diff) |
Add metadata support to xml parser and dom model. RE-add unit-tests for version 1 instruments.
Diffstat (limited to 'src/instrument.h')
-rw-r--r-- | src/instrument.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/instrument.h b/src/instrument.h index 6e59681..125d7ab 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -67,15 +67,11 @@ public: float getMinPower() const; private: - friend class DOMLoader; + // For unit-tests: friend class DOMLoaderTest; // For parser: - friend class InstrumentParser; - friend class DrumKitParser; - - // For unit-tests: - friend class InstrumentParserTest; + friend class DOMLoader; void* magic; |