From: Robin Gareus Date: Sat, 19 Nov 2016 00:36:34 +0000 (+0100) Subject: fix ambiguity X-Git-Tag: 5.5~110 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=97f81479d3879e2b6a3b38626c312626fbf84d04 fix ambiguity --- diff --git a/libs/surfaces/osc/osc_select_observer.cc b/libs/surfaces/osc/osc_select_observer.cc index 02571bb9d5..b115d4a8c3 100644 --- a/libs/surfaces/osc/osc_select_observer.cc +++ b/libs/surfaces/osc/osc_select_observer.cc @@ -40,7 +40,6 @@ #include "pbd/i18n.h" using namespace std; -using namespace Glib; using namespace PBD; using namespace ARDOUR; using namespace ArdourSurface; @@ -560,7 +559,7 @@ void OSCSelectObserver::send_enable (string path, uint32_t id, boost::shared_ptr proc) { // with no delay value is wrong - usleep(10); + Glib::usleep(10); clear_strip_with_id ("/select/send_enable", id, proc->enabled()); }