From cf537b97f5d015074578c809a15a38b8d3858d00 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Nov 2014 18:27:04 -0500 Subject: Add missing namespace qualifiers. --- libs/ardour/butler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/butler.cc') 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); } -- cgit v1.2.3