summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
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;