Fix restore of sends from session files for both 2.X and 3.0 sessions. Fixes #3433.
[ardour.git] / libs / ardour / ardour / io_processor.h
index 2acf7337a71a82b3cbdf36ba5c268b264a9f909e..7d1854ced085128a96f44a39039ffb443830bfb9 100644 (file)
@@ -80,6 +80,9 @@ class IOProcessor : public Processor
   private:
        /* disallow copy construction */
        IOProcessor (const IOProcessor&);
+
+       virtual int set_state_2X (const XMLNode &, int);
+       
        bool _own_input;
        bool _own_output;