don't add a [shared] panner for the sends to monitoing section
[ardour.git] / libs / ardour / ardour / user_bundle.h
index fa37392fc0fe769938d882aedc09810affbd162b..5ecfe521f53a0bc05ec68cdaf2fdc5adec8b1d49 100644 (file)
@@ -21,7 +21,7 @@
 #define __ardour_user_bundle_h__
 
 #include <vector>
-#include <glibmm/thread.h>
+#include <glibmm/threads.h>
 #include "pbd/stateful.h"
 #include "ardour/bundle.h"
 
@@ -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);
 };
 
 }