summaryrefslogtreecommitdiff
path: root/src/drumkit.h
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2018-06-09 11:17:44 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-08-12 11:11:40 +0200
commit95bb01f326943a81a073a4bc1a7f3e21d1270fcc (patch)
tree589a105605e2aa599a0cbb60c41bded22efb665f /src/drumkit.h
parent41fff35c4d22d9adc256e8309a87899a7a44f959 (diff)
drumkitloader: use dgxmlparser for DOM creation
Diffstat (limited to 'src/drumkit.h')
-rw-r--r--src/drumkit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drumkit.h b/src/drumkit.h
index ae3a49b..1786584 100644
--- a/src/drumkit.h
+++ b/src/drumkit.h
@@ -36,6 +36,7 @@
class DrumKit
{
friend class DrumKitParser;
+ friend class DrumKitLoader;
public:
DrumKit();
~DrumKit();