aboutsummaryrefslogtreecommitdiff
path: root/xbmc/platform/linux/OptionalsReg.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/platform/linux/OptionalsReg.h')
-rw-r--r--xbmc/platform/linux/OptionalsReg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/platform/linux/OptionalsReg.h b/xbmc/platform/linux/OptionalsReg.h
index 75fdb6ae62..3a777b7003 100644
--- a/xbmc/platform/linux/OptionalsReg.h
+++ b/xbmc/platform/linux/OptionalsReg.h
@@ -23,7 +23,7 @@ bool ALSARegister();
namespace OPTIONALS
{
-bool PulseAudioRegister();
+bool PulseAudioRegister(bool allowPipeWireCompatServer);
}
//-----------------------------------------------------------------------------