diff options
| author | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2024-05-04 21:12:50 +0200 | 
|---|---|---|
| committer | Maki <maki@hotmilk.space> | 2024-05-13 16:31:50 -0400 | 
| commit | 1df3b323d879b3a72e47d6b866f6a7501af80aff (patch) | |
| tree | 724d28b7b5293f409ae7a02e8e7d3afcece4d97d /indra | |
| parent | 1f34890d7e0a95632a6b599503e823e84d05fc24 (diff) | |
Update volume_catcher.h
Add a virtual dtor
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/media_plugins/cef/volume_catcher.h | 2 | 
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 dc63e4be01..37a1cfc706 100644 --- a/indra/media_plugins/cef/volume_catcher.h +++ b/indra/media_plugins/cef/volume_catcher.h @@ -34,6 +34,8 @@  class VolumeCatcherImpl  {  public: +	virtual ~VolumeCatcherImpl() = default; +  	virtual void setVolume(F32 volume) = 0; // 0.0 - 1.0  	// Set the left-right pan of audio sources | 
