update ALSA backend, MIDI device config
[ardour.git] / gtk2_ardour / lxvst_plugin_ui.cc
index d31038755b54b1116b10ebdc9a66b9e17e5f17f5..e3335d4990775b5ff3cd72bd6e5bd18fbadf4053 100644 (file)
@@ -141,7 +141,7 @@ LXVSTPluginUI::get_XID ()
        */
        
        while (!(_vst->state()->been_activated)) {
-               usleep (1000);
+               Glib::usleep (1000);
        }
        
        int const id = _vst->state()->xid;