namespace fix.
authorRobin Gareus <robin@gareus.org>
Sun, 4 Oct 2015 16:43:27 +0000 (18:43 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 4 Oct 2015 16:43:44 +0000 (18:43 +0200)
libs/ardour/vst_info_file.cc

index 72119dc76824a589b7b94055402c0191a1112102..d77a01035caa4e91fa512b421a2a9c2aae22c2a8 100644 (file)
@@ -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;
                }