From b360c7cf59cc87f79972fcdd82164834f97833b0 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 10 Jun 2018 18:20:55 +0200 Subject: Add new DOMLoader class and unit-test. --- src/instrument.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index b62e155..20bcae4 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -67,6 +67,9 @@ public: float getMinPower() const; private: + friend class DOMLoader; + friend class DOMLoaderTest; + // For parser: friend class InstrumentParser; friend class DrumKitParser; -- cgit v1.2.3