Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty.
[ardour.git] / libs / ardour / ardour / internal_return.h
index 4d2839cb120d00ae46407bd8fde57180fb41b5a5..e896200c938d0fa38ce7f15485f9a462d73c614b 100644 (file)
@@ -38,7 +38,7 @@ class InternalReturn : public Return
 
        XMLNode& state(bool full);
        XMLNode& get_state(void);
-       int set_state(const XMLNode& node);
+       int set_state(const XMLNode&, int version = 3000);
 
        void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes);
        bool configure_io (ChanCount in, ChanCount out);