summaryrefslogtreecommitdiff
path: root/indra/media_plugins
diff options
context:
space:
mode:
Diffstat (limited to 'indra/media_plugins')
-rw-r--r--indra/media_plugins/cef/volume_catcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/media_plugins/cef/volume_catcher.h b/indra/media_plugins/cef/volume_catcher.h
index 3e53a7e961..dc63e4be01 100644
--- a/indra/media_plugins/cef/volume_catcher.h
+++ b/indra/media_plugins/cef/volume_catcher.h
@@ -54,7 +54,9 @@ public:
void pump();
+#if LL_LINUX
void onEnablePipeWireVolumeCatcher(bool enable);
+#endif
private:
VolumeCatcherImpl *pimpl;