summaryrefslogtreecommitdiff
path: root/libs/backends
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-10-23 05:11:10 +0200
committerRobin Gareus <robin@gareus.org>2014-10-23 05:31:40 +0200
commit730e09ce65860d951d0edd9b5471278125915f0a (patch)
tree1f56e3208541994dc5e0aff55e789b233676b50e /libs/backends
parentca48fffd72df21d7298bf00d1e73b1381d0ec0e3 (diff)
another round of compiler warning fixes
Diffstat (limited to 'libs/backends')
-rw-r--r--libs/backends/wavesaudio/waves_midi_device_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/wavesaudio/waves_midi_device_manager.cc b/libs/backends/wavesaudio/waves_midi_device_manager.cc
index ff3404ba72..dc57b0ddc2 100644
--- a/libs/backends/wavesaudio/waves_midi_device_manager.cc
+++ b/libs/backends/wavesaudio/waves_midi_device_manager.cc
@@ -25,7 +25,7 @@
#include "windows.h"
#include "mmsystem.h"
-#else if defined(__APPLE__)
+#elif defined(__APPLE__)
#include <CoreMIDI/MIDIServices.h>