Really fix macOS builds (see 1ca2e4c, 2753c32)

This commit is contained in:
Robin Gareus 2021-07-13 17:39:26 +02:00
parent 1ca2e4c567
commit 9fa71f9c2c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}