- forgot to save this one.

This commit is contained in:
Christoph Oelckers 2020-01-02 08:47:03 +01:00
parent 71cd4ef488
commit 77a20ea7d1
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,7 @@ int ZMusic_EnumerateMidiDevices()
#endif #endif
} }
#if 0
const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices() const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
{ {
#ifdef HAVE_SYSTEM_MIDI #ifdef HAVE_SYSTEM_MIDI
@ -155,6 +155,7 @@ const std::vector<MidiOutDevice> &ZMusic_GetMidiDevices()
return {}; return {};
#endif #endif
} }
#endif
template<class valtype> template<class valtype>