From 1df3b323d879b3a72e47d6b866f6a7501af80aff Mon Sep 17 00:00:00 2001
From: Nicky Dasmijn <nicky.dasmijn@posteo.nl>
Date: Sat, 4 May 2024 21:12:50 +0200
Subject: Update volume_catcher.h

Add a virtual dtor
---
 indra/media_plugins/cef/volume_catcher.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'indra')

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
-- 
cgit v1.2.3