From 9fa71f9c2c857433b83ac5beb6e9ea2bba6ce944 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 13 Jul 2021 17:39:26 +0200 Subject: [PATCH] Really fix macOS builds (see 1ca2e4c, 2753c32) --- libs/ardour/plugin_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/plugin_manager.cc b/libs/ardour/plugin_manager.cc index 8d59ef2f18..d7356a7af0 100644 --- a/libs/ardour/plugin_manager.cc +++ b/libs/ardour/plugin_manager.cc @@ -1154,7 +1154,7 @@ auv2_is_blacklisted (std::string const& id) /* ****************************************************************************/ -static void auv2_scanner_log (std::string msg, std::stringstream* psle) +static void auv2_scanner_log (std::string msg, std::stringstream* ss) { *ss << msg; }