MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X...
[ardour.git] / libs / ardour / ardour / automatable.h
index 3236d816c315447725ae0e097ddf9d5648f8580a..9b83705b0a02e28a124a80b28c44c3f79aab2e05 100644 (file)
@@ -42,6 +42,7 @@ class Automatable : virtual public Evoral::ControlSet
 {
 public:
        Automatable(Session&);
+        Automatable (const Automatable& other);
        Automatable();
 
        virtual ~Automatable() {}