X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fbase_ui.cc;h=ce7018a005293014c95b937468ef853c118deeed;hb=56469c195640b561119852fd6d27a4b56e5af7e2;hp=ea7e469c74964ce16ab3ea2ee71f252cdf1768db;hpb=90d6916ca3443b81a4eaf615c014ac065554b4f2;p=ardour.git diff --git a/libs/pbd/base_ui.cc b/libs/pbd/base_ui.cc index ea7e469c74..ce7018a005 100644 --- a/libs/pbd/base_ui.cc +++ b/libs/pbd/base_ui.cc @@ -25,6 +25,7 @@ #include #include "pbd/base_ui.h" +#include "pbd/pthread_utils.h" #include "pbd/error.h" #include "pbd/compose.h" #include "pbd/failed_constructor.h" @@ -70,7 +71,7 @@ BaseUI::new_request_type () void BaseUI::main_thread () { - set_ui_for_thread (this); + set_event_loop_for_thread (this); thread_init (); _main_loop->run (); }