summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/domloader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/domloader.h b/src/domloader.h
index d627ce6..ea0aad2 100644
--- a/src/domloader.h
+++ b/src/domloader.h
@@ -29,10 +29,10 @@
#include <vector>
#include <string>
-class DrumkitDOM;
-class InstrumentDOM;
+struct DrumkitDOM;
+struct InstrumentDOM;
class DrumKit;
-class Settings;
+struct Settings;
class Random;
class InstrumentChannel;
class Instrument;