summaryrefslogtreecommitdiff
path: root/indra/media_plugins/cef/volume_catcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/media_plugins/cef/volume_catcher.h')
-rw-r--r--indra/media_plugins/cef/volume_catcher.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/media_plugins/cef/volume_catcher.h b/indra/media_plugins/cef/volume_catcher.h
index d6ac8e9159..6933854e8e 100644
--- a/indra/media_plugins/cef/volume_catcher.h
+++ b/indra/media_plugins/cef/volume_catcher.h
@@ -36,20 +36,20 @@ class VolumeCatcherImpl;
class VolumeCatcher
{
public:
- VolumeCatcher();
- ~VolumeCatcher();
+ VolumeCatcher();
+ ~VolumeCatcher();
- void setVolume(F32 volume);
- void setPan(F32 pan);
+ void setVolume(F32 volume);
+ void setPan(F32 pan);
- void pump();
+ void pump();
#if LL_LINUX
- void onEnablePipeWireVolumeCatcher(bool enable);
+ void onEnablePipeWireVolumeCatcher(bool enable);
#endif
private:
- VolumeCatcherImpl *pimpl;
+ VolumeCatcherImpl *pimpl;
};
#endif // VOLUME_CATCHER_H