diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-04-16 13:33:53 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-04-16 13:33:53 +0200 |
commit | 4eb252df04ab237c8638d45bcbf028859dc6a110 (patch) | |
tree | 8bffddf62b4271336a6e0121fef8133327654000 /src/drumkit.h | |
parent | ef68248bf70a027595803b08433a7a2c74e20fd0 (diff) | |
parent | 35e804b984c28131fe13d229c5a0867762c6e8cf (diff) |
Merge branch 'settings'
Diffstat (limited to 'src/drumkit.h')
-rw-r--r-- | src/drumkit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drumkit.h b/src/drumkit.h index 1ceef3e..e3ae783 100644 --- a/src/drumkit.h +++ b/src/drumkit.h @@ -33,11 +33,9 @@ #include "instrument.h" #include "versionstr.h" -class DrumKitParser; class DrumKit { friend class DrumKitParser; - public: DrumKit(); ~DrumKit(); |