summaryrefslogtreecommitdiff
path: root/libs/ardour/butler.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-30 18:27:04 -0500
committerDavid Robillard <d@drobilla.net>2014-11-30 23:56:19 -0500
commitcf537b97f5d015074578c809a15a38b8d3858d00 (patch)
tree929425d102806aee9867fde4c1a57641481d2447 /libs/ardour/butler.cc
parent008bfceb77298f21c592a3860d75d5cc4b315e4d (diff)
Add missing namespace qualifiers.
Diffstat (limited to 'libs/ardour/butler.cc')
-rw-r--r--libs/ardour/butler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc
index 9bc232007b..8ea3cb4624 100644
--- a/libs/ardour/butler.cc
+++ b/libs/ardour/butler.cc
@@ -466,7 +466,7 @@ Butler::empty_pool_trash ()
void
Butler::drop_references ()
{
- cerr << "Butler drops pool trash\n";
+ std::cerr << "Butler drops pool trash\n";
SessionEvent::pool->set_trash (0);
}