[SCM] calf/master: + Framework: eliminate a compiler warning

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


The following commit has been merged in the master branch:
commit f9276b65d35faf3ca627855c1bb7fc15e9464133
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Jan 24 01:03:09 2009 +0000

    + Framework: eliminate a compiler warning

diff --git a/src/calf/giface.h b/src/calf/giface.h
index c1bafc8..eda0a25 100644
--- a/src/calf/giface.h
+++ b/src/calf/giface.h
@@ -200,6 +200,8 @@ 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