switch to using boost::signals2 instead of sigc++, at least for libardour. not finish...
[ardour.git] / libs / ardour / amp.cc
index bf3e7cee6854b075988e323ee223bbc2b9b38c54..9f52a276f41a32836671b84d526e37bfcbccacbf 100644 (file)
@@ -72,7 +72,7 @@ Amp::configure_io (ChanCount in, ChanCount out)
 }
 
 void
-Amp::run (BufferSet& bufs, sframes_t /*start_frame*/, sframes_t /*end_frame*/, nframes_t nframes)
+Amp::run (BufferSet& bufs, sframes_t /*start_frame*/, sframes_t /*end_frame*/, nframes_t nframes, bool)
 {
        gain_t mute_gain;
 
@@ -339,7 +339,7 @@ Amp::set_state (const XMLNode& node, int version)
 {
        const XMLProperty* prop;
 
-       Processor::set_state (node);
+       Processor::set_state (node, version);
        prop = node.property ("gain");
 
        if (prop) {