aboutsummaryrefslogtreecommitdiff
path: root/include/adlmidi.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/adlmidi.hpp')
-rw-r--r--include/adlmidi.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/adlmidi.hpp b/include/adlmidi.hpp
index 6d01b8d..f2cd59d 100644
--- a/include/adlmidi.hpp
+++ b/include/adlmidi.hpp
@@ -24,9 +24,11 @@
#ifndef ADLMIDI_HPP
#define ADLMIDI_HPP
+#include "adlmidi.h"
+
struct ADL_MIDIPlayer;
-class AdlInstrumentTester
+class ADLMIDI_DECLSPEC AdlInstrumentTester
{
struct Impl;
Impl *P;