changeset 67:4017e21c12dd

* Fix compile failure with gcc 3.4
author cannam
date Mon, 04 Jun 2007 10:55:46 +0000
parents 80803674a695
children 47d6e670a810
files vamp-sdk/hostext/PluginWrapper.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginWrapper.cpp	Mon Jun 04 10:45:25 2007 +0000
+++ b/vamp-sdk/hostext/PluginWrapper.cpp	Mon Jun 04 10:55:46 2007 +0000
@@ -43,6 +43,7 @@
 class PluginRateExtractor : public Plugin
 {
 public:
+    PluginRateExtractor() : Plugin(0) { }
     float getRate() const { return m_inputSampleRate; }
 };