mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +02:00
fix if/endif in MIDIManager header
This commit is contained in:
parent
171660ded7
commit
286d50f4f2
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,7 @@
|
||||||
#include <MIDIEvent.h>
|
#include <MIDIEvent.h>
|
||||||
|
|
||||||
#ifdef HAVE_RTMIDI
|
#ifdef HAVE_RTMIDI
|
||||||
|
|
||||||
#include <RtMidi.h>
|
#include <RtMidi.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class MIDIManager : public QObject {
|
class MIDIManager : public QObject {
|
||||||
|
@ -50,7 +48,7 @@ signals:
|
||||||
private:
|
private:
|
||||||
#ifdef HAVE_RTMIDI
|
#ifdef HAVE_RTMIDI
|
||||||
RtMidiIn* _midiInput;
|
RtMidiIn* _midiInput;
|
||||||
#endif HAVE_RTMIDI
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue