From b3ace2e4c8dc68b0fbe4c43e50d1f21df252d2ec Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 4 Oct 2015 18:43:27 +0200 Subject: namespace fix. --- libs/ardour/vst_info_file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/vst_info_file.cc') diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index 72119dc768..d77a01035c 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -125,7 +125,7 @@ static void vstfx_read_blacklist (std::string &bl) { char buf[1024]; size_t s = fread (buf, sizeof(char), 1024, blacklist_fd); if (ferror (blacklist_fd)) { - error << string_compose (_("error reading VST Blacklist file %1 (%2)"), fn, strerror (errno)) << endmsg; + PBD::error << string_compose (_("error reading VST Blacklist file %1 (%2)"), fn, strerror (errno)) << endmsg; bl = ""; break; } -- cgit v1.2.3