From 7c0d78d164cbce489cea672f110a4f3f96515ea1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 18 Mar 2013 21:03:18 +0100 Subject: Fix compiler warnings. --- vst/input_vst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vst/input_vst.h') diff --git a/vst/input_vst.h b/vst/input_vst.h index e8378c8..668f39c 100644 --- a/vst/input_vst.h +++ b/vst/input_vst.h @@ -35,7 +35,7 @@ class InputVST : public AudioInputEngine { public: InputVST(); - ~InputVST(); + virtual ~InputVST(); bool init(Instruments &instruments); -- cgit v1.2.3