diff options
| -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  | 
