Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty.
[ardour.git] / libs / ardour / ardour / return.h
index 1a33795a37aae402bf865c32e4a85094bd3c4b36..3232e932955370d4ed6f7fcb955cb2105700dc78 100644 (file)
@@ -54,7 +54,7 @@ public:
 
        XMLNode& state(bool full);
        XMLNode& get_state(void);
-       int      set_state(const XMLNode& node);
+       int      set_state(const XMLNode&, int version = 3000);
 
        uint32_t pans_required() const { return _configured_input.n_audio(); }