summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-06-10 18:20:55 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-08-12 11:11:42 +0200
commitb360c7cf59cc87f79972fcdd82164834f97833b0 (patch)
treeb1aaf60c111ab07c98566053ed27c345a04f99e0 /src/instrument.h
parentfd696ac4f08dbd269aca0772e7e311775d84bb0c (diff)
Add new DOMLoader class and unit-test.
Diffstat (limited to 'src/instrument.h')
-rw-r--r--src/instrument.h3
1 files changed, 3 insertions, 0 deletions
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;