[SCM] calf/master: Add virtual destructor to remove most annoying warning

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:06 UTC 2013


The following commit has been merged in the master branch:
commit 37c9baef5decbc58fb6ca2a68be53c982a2fc165
Author: Torben Hohn <torbenh at gmx.de>
Date:   Sat Jan 24 20:11:53 2009 +0100

    Add virtual destructor to remove most annoying warning

diff --git a/src/calf/giface.h b/src/calf/giface.h
index c1bafc8..27ba7d8 100644
--- a/src/calf/giface.h
+++ b/src/calf/giface.h
@@ -200,6 +200,7 @@ struct send_configure_iface
     /// @param key variable name
     /// @param value variable content
     virtual void send_configure(const char *key, const char *value) = 0;
+    virtual ~send_configure_iface() {}
 };
 
 struct plugin_command_info;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list