summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-05-21 12:45:13 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2014-05-21 12:45:13 +0100
commita47f9084dba807b858be5998ea9b6234e0c947cf (patch)
tree257b96f8322386a1d0f633aaf37c286e545dce60 /libs/ardour/export_handler.cc
parent10a52f1d19c929e18c63f1d7260881a74bce9935 (diff)
Use Glib::usleep() for consistency
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index c9f20d182e..716b69e0d8 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -338,7 +338,7 @@ ExportHandler::finish_timespan ()
while (se->is_running ()) {
// wait for system exec to terminate
// std::cerr << "waiting..." << std::endl;
- usleep (1000);
+ Glib::usleep (1000);
}
}
std::cerr << "done! deleting..." << std::endl;