diff options
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; |