Remove empty MIDI regions which result from recordings made when no MIDI data is...
[ardour.git] / libs / ardour / ardour / user_bundle.h
index fa37392fc0fe769938d882aedc09810affbd162b..c124e2e722a1869d0039b4c4361eed8b402fff5f 100644 (file)
@@ -38,7 +38,7 @@ class UserBundle : public Bundle, public PBD::Stateful {
        XMLNode& get_state ();
 
   private:
-       int set_state (XMLNode const &);
+       int set_state (XMLNode const &, int version);
 };
 
 }