diff options
Diffstat (limited to 'src/gui/ConnectWindow.cpp')
-rw-r--r-- | src/gui/ConnectWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp index 69687b32..c939f5ea 100644 --- a/src/gui/ConnectWindow.cpp +++ b/src/gui/ConnectWindow.cpp @@ -271,7 +271,7 @@ ConnectWindow::connect(bool existing) bool found = _engine_jack_module->get_symbol( "new_jack_audio_driver", (void*&)(new_driver)); if (found) { - world->local_engine->set_driver(DataType::AUDIO, + world->local_engine->set_driver(PortType::AUDIO, SharedPtr<Driver>(new_driver(*world->local_engine, "default", "", 0))); } } |