diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-03-18 11:35:56 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-03-18 11:35:56 -0400 |
| commit | 653a2a1234a309344b47b8d04b3720e289a5b6af (patch) | |
| tree | 476544500507a2233abd9cd6b911a42653c20115 /RtMidi.cpp | |
| parent | 9523a1b50c2e9578476ef69551bf07550856de68 (diff) | |
Fix in Jack API for improperly made changesfrom a previous patch
Diffstat (limited to 'RtMidi.cpp')
| -rw-r--r-- | RtMidi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3575,7 +3575,7 @@ void MidiInJack :: connect() // Initialize JACK client if (( data->client = jack_client_open( clientName.c_str(), JackNoStartServer, NULL )) == 0) { errorString_ = "MidiInJack::initialize: JACK server not running?"; - error( RtError::WARNING, errorString_ ); + error( RtMidiError::WARNING, errorString_ ); return; } |
